ASP.NET 2.0 forms auth: default user

L

Lorenz Buchberger

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
 
D

Dominick Baier [DevelopMentor]

Hi,

choose a password that is so complex that users want to change it very quickly.
 
L

Lorenz Buchberger

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]" <[email protected]>
schrieb im Newsbeitrag
 
D

Dominick Baier [DevelopMentor]

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...
 
L

Lorenz Buchberger

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]" <[email protected]>
schrieb im Newsbeitrag
 
D

Dominick Baier [DevelopMentor]

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

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]"

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,087
Members
48,773
Latest member
Kaybee

Latest Threads

Top