Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rights on the Security tables
Message
From
15/03/2010 15:18:07
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
15/03/2010 08:40:15
Joel Casse
Bishops University
Lennoxville, Quebec, Canada
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01454512
Message ID:
01454644
Views:
37
>Bonjour!
>I would like to know what are the rights that the user need on the security tables? Is it easy to change from select statement to stored procedures for the security access? And can we encrypt the password?
>
>Regards, Joel :)

There is no built in method for encrypting the passwords but it can be done and takes a few steps. You need to create an application level User business object so you can add the additional field for a password salt. You will also need to create an application level UserManager class and override the AuthenticateUser method so you can retrieve the data first including the salt and then verify the password after encrypting the value they passed in for comparison using the salt.
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform