Home > Archive > ASP .NET > June 2006 > password reset email
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
password reset email
|
|
| Dabbler 2006-06-29, 7:04 pm |
| My password reset emails aren't getting through so I have two problems,
getting the email to work and resetting the passwords from users who have
already missed their reset email.
My health emails are getting through which puzzles me.
<system.net>
<mailSettings>
<smtp from="admin@mydomain.com" >
<network host="mail.myhost.com" password="mypwd"
userName="admin@mydomain.com" />
</smtp>
</mailSettings>
</system.net>
Any suggestions on how to reset the passwords would also be appreciated. I
presume I can delete and recreate the profile, but doesn't that seem stupid?
| |
| Dabbler 2006-06-29, 7:04 pm |
| Ok, turns out the email was trapped in my spam filter. Is there any way the
end user can change their own password, as in with just about any other
authentication system? The reset password is absurdly complex!
"Dabbler" wrote:
> My password reset emails aren't getting through so I have two problems,
> getting the email to work and resetting the passwords from users who have
> already missed their reset email.
>
> My health emails are getting through which puzzles me.
>
> <system.net>
> <mailSettings>
> <smtp from="admin@mydomain.com" >
> <network host="mail.myhost.com" password="mypwd"
> userName="admin@mydomain.com" />
> </smtp>
> </mailSettings>
> </system.net>
>
> Any suggestions on how to reset the passwords would also be appreciated. I
> presume I can delete and recreate the profile, but doesn't that seem stupid?
|
|
|
|
|