Create User Control in ASP .NET 2.0

R

Roman

I would like to slightly change the functionality of the create user
control.

1. When creating a user the password shouldn't be supplied. Rather the
password should be generated much like recover password.
2. The user then will receive an e-mail saying what the generated
password is.

This will validate their e-mail

Can I do something like that in the way of configuration or would I
need to customize the create user control?

If later, would anyone have a suggestion how to approach this or
perhaps a sample code.

Thanks in advance
 
S

S. Daum

There is an AutoGeneratePassword property of the CreateUserWizard control.
Set this to True. You will also have to setup the control for sending email
to the user so they receive thier new password.
 
R

Roman

Thanks a lot.


S. Daum said:
There is an AutoGeneratePassword property of the CreateUserWizard control.
Set this to True. You will also have to setup the control for sending email
to the user so they receive thier new password.
 

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
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top