I am trying to get the Reset Password set up correctly. Previously it had an older version of message under Languages of:
Dear [User:DisplayName],
You have requested a Password Reminder from [Portal:PortalName].
Please login using the following information:
Website Address: [Portal:URL]
Username: [User:Username]
Password: [Membership:Password]
Sincerely,
[Portal:PortalName]
*Note: If you did not request a Password Reminder, please disregard this Message.
And didn't have any reset password link.
I changed it to:
Dear [User:DisplayName],
You have requested a Password Reset Token from [Portal:PortalName].
Please login using the following information:
Website Address: [Portal:URL]
Username: [User:Username]
Link to reset password: http://[portal:url]/default.aspx?ctl=PasswordReset&resetToken=[Membership:PasswordResetToken]
Sincerely,
[Portal:PortalName]
*Note: If you did not request a Password Reset Token, please disregard this Message.
When testing this, the link passes the token and brings you to the Reset Password Page.
I type in the user name and password.
This is where it 'breaks.'
When I click the Change Password button, it doesn't do anything.
DNN Version 07.03.04
Thanks for your help!
Eric