Translate

Friday 18 April 2014

Create New User and email him or her an auto generated password

Create New User and email him or her an auto generated password

Objective
as you can see no password and confirm password , this is because AutoGeneratePassword =True
after the user is created he/she will be sent an email with password


Files:
1.Register.aspx
2.web.config
3.RandomPassword.txt

you might want to check your smtp mail server here:

http://www.werockyourweb.com/list-outgoing-smtp-mail-servers


save as Register.aspx




config file:




save as RandomPassword.txt

<h3>Welcome to my site</h3>
<br/>
Your Login Details are:<br/>
UserName: <%Username%><br/>
Password: <%Password%><br/>

Thank you for registering with us

End product


Post you might be interested in

Send email with asp.net c#
Recover Password by email

No comments :