Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rights on the Security tables
Message
De
15/03/2010 15:18:07
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
15/03/2010 08:40:15
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01454512
Message ID:
01454644
Vues:
38
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform