T O P I C R E V I E W |
Webbo |
Posted - 04 September 2011 : 12:01:55 We get several enquiries a week from members who've forgotten both their username and password - is there a mod available that allows a member to look up their username based on an email address query and then to be able to reset their password from the results page in the same way that it is done at the moment? |
4 L A T E S T R E P L I E S (Newest First) |
Webbo |
Posted - 08 September 2011 : 16:37:40 Sorted it
For versions 3.4.03
Replace password.asp with all the code below:
Replace policy.asp with below:
inc_header.asp
Search for: Password Replace with: Username and/or Password
faq.asp
Find:
Replace with:
Find:
Replace with:
Find:
Replace with:
This makes it all grammatically correct and reads as it should
I don't know the differences between the 3.4.03 and later versions policy.asp files but if someone wants to write it into a MOD please feel free to do so. The password.asp works in 3.4.03 and 3.4.07 versions
Edited to add changes to faq.asp |
Carefree |
Posted - 06 September 2011 : 01:41:23 This ought to do it for you, Webbo. If you're using password salting, you'll have to modify line 98 to reflect what you're doing.
|
Webbo |
Posted - 05 September 2011 : 17:36:23 Many thanks Shaggy, I'll look into it in the next few days |
Shaggy |
Posted - 05 September 2011 : 05:28:47 Unless you've modified password.asp, the username is included in the e-mail that gets sent to the member containing the link to reset their password so all you'd have to do is edit the text of the link to password.asp to indicate they can retrieve their username from that page and the code of password.asp itself so that you only require them to provide their e-mail address.
|
|
|