Where is Forms Authentication Passwords and Usernames stored? and can i store them in a existing aspnet tabel?
-
Wednesday, May 16, 2012 10:44 AM
I am trying find where Lightswitch has stored the created Username and passwords??? its driving me crazy!
also.. will i be able to change where they are stored to a existing database elsewhere?
- Edited by EvoVix Wednesday, May 16, 2012 10:44 AM
All Replies
-
Wednesday, May 16, 2012 10:55 AM
Hi. Try to use this.DataWorkspace.SecurityData.UserRegistrations
I think that you can't change that...
Good luck...
-
Wednesday, May 16, 2012 11:17 AM
Users and security data are stored in the tables called aspnet_* and RolePermissions. There are also some aspnet_* views and many aspnet_* stored procedures. These can all be stored in your application's database or in another database, controlled by the Publish settings.Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.- Marked As Answer by EvoVix Wednesday, May 16, 2012 1:30 PM
-
Wednesday, May 16, 2012 12:17 PM
Users and security data are stored in the tables called aspnet_* and RolePermissions. There are also some aspnet_* views and many aspnet_* stored procedures. These can all be stored in your application's database or in another database, controlled by the Publish settings.
Cheers.. but where do i find this??
Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly. -
Wednesday, May 16, 2012 12:58 PM
Cheers.. but where do i find this??
see:
Integrating LightSwitch Into An ASPNET Application To Provide Single Sign On
- Marked As Answer by EvoVix Wednesday, May 16, 2012 1:29 PM
-
Wednesday, May 16, 2012 1:05 PM
They are in the database, which you can use SQL Server Management Studio to look at.
What do you want to do with them?
Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.- Marked As Answer by EvoVix Wednesday, May 16, 2012 1:29 PM
-
Wednesday, May 16, 2012 1:29 PM
They are in the database, which you can use SQL Server Management Studio to look at.
What do you want to do with them?
Simon Jones
If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.Ok thanks, i wanted to move them to a ASPnet database which we already have which contains passwords and usernames.. this way we are keeping passwords and usernames in one place for ease.
thanks
-
Wednesday, May 16, 2012 1:29 PM
Cheers.. but where do i find this??
thanks :)see:
Integrating LightSwitch Into An ASPNET Application To Provide Single Sign On
The Visual Studio LightSwitch Marketplace
-
Wednesday, May 16, 2012 1:38 PM
Ok thanks, i wanted to move them to a ASPnet database which we already have which contains passwords and usernames.. this way we are keeping passwords and usernames in one place for ease.
Basically you just point your LightSwitch application to your existing ASP.NET Membership database, done :)
See:
Integrating LightSwitch Into An ASPNET Application To Provide Single Sign On
Easy DotNetNuke LightSwitch Deployment

