Re: ASP.NET 2.0 forms auth: default user
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 19:19:35 +0000 (UTC)
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.comIt'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.comHi, 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
.
- References:
- Re: ASP.NET 2.0 forms auth: default user
- From: Lorenz Buchberger
- Re: ASP.NET 2.0 forms auth: default user
- Prev by Date: Re: WindowsPrincipal and aspnet user
- Next by Date: IIS not authorizing, gives 401.1
- Previous by thread: Re: ASP.NET 2.0 forms auth: default user
- Next by thread: Re: PasswordRecovery and Active Directory
- Index(es):
Relevant Pages
|