Re: ASP.NET 2.0 forms auth: default user



Hi,

passwords are not encrypted but hashed (at least that's the default and you should stick to that) - you can call the CreateUser SPROC as part of your DB setup.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

I would like to create it on installation via a script with SQL
commands. I read about the login control that it is encrypted, so how
do I insert it ?

Lorenz

"Dominick Baier [DevelopMentor]"
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:4580be631959f88c7f0ba3aecbd6e@xxxxxxxxxxxxxxxxxxxxx

Hi,
do you deploy the DB also - is it pre-existant, do you create it on
installataion??
if you want answer you have to give us information...

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
It's not a problem of the complexity, but of the deployment ! How to
add a user in the user db while deploying the app ?

"Dominick Baier [DevelopMentor]"
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:4580be631959f48c7f0b83872e126@xxxxxxxxxxxxxxxxxxxxx

Hi,
choose a password that is so complex that users want to change it
very
quickly.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hi,
I would like to deploy a web app which uses forms authentication.
Because it
will be a commercial app, I would like to deliver a standard user
/
pw. Does
anybody know how to do ?
thanks
Lorenz


.



Relevant Pages