The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Does anyone know of a username reminder ?
I had an email from one of my members the other day asking for a reminder and he commented on difficulty of trying to find my contact details.
So next to the "Forgot Password ?" link under the nav, I put a "Forgot Username" link which emails me.
Holly sh*t ! I have been inundated with reminder requests.
I want to automate this though.
Any information thankfully received.
Jim<
I had an email from one of my members the other day asking for a reminder and he commented on difficulty of trying to find my contact details.
So next to the "Forgot Password ?" link under the nav, I put a "Forgot Username" link which emails me.
Holly sh*t ! I have been inundated with reminder requests.
I want to automate this though.
Any information thankfully received.
Jim<
Need help with your Snitz ? Most Snitz & ASP custom coding undertaken. Email for info | Search Engine Optimisation
Postet den
There is an alternative password.asp file written by Richard floating around somewhere that only requires the member to enter the e-mail address and then sends them their username with a link to change their password as well, if they want; a quick seach should unearth it.
<
Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
<
Search is your friend
“I was having a mildly paranoid day, mostly due to thefact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Postet den
Shaggy,
Thanks for that. I could not find anything so I did it myself. The new password.asp page should be -
< Code removed />
And then in inc_header.asp, look for -
and make it look like -
< Editted by Shaggy to large code extract. If you need to post the contents of a file, please link to a *.txt copy of that file, rather than posting it directly to the forums /><
Thanks for that. I could not find anything so I did it myself. The new password.asp page should be -
< Code removed />
And then in inc_header.asp, look for -
Code:
" <a href=""password.asp""" & dWStatus("Choose a new password if you have forgotten your current one...") & " tabindex=""-1"">Forgot your "
if strAuthType = "nt" then Response.Write("Admin ")
Response.Write "Password?</a>" & vbNewLineand make it look like -
Code:
" <a href=""password.asp""" & dWStatus("Recover your username or choose a new password if you have forgotten your current one...") & " tabindex=""-1"">Forgot your "
if strAuthType = "nt" then Response.Write("Admin ")
Response.Write "Username or Password?</a>" & vbNewLine< Editted by Shaggy to large code extract. If you need to post the contents of a file, please link to a *.txt copy of that file, rather than posting it directly to the forums /><
Need help with your Snitz ? Most Snitz & ASP custom coding undertaken. Email for info | Search Engine Optimisation
Sist redigert av
Postet den
Hi. I'm wondering if anyone knows where an archived copy of the file mentioned above resides? I have the need for a "Username Reminder" in our forum and it sounds like the above might be of some assitance.
Thanks, in advance, for any help in tracking down the file. (Or, for any other suggestion.)
- Tom<
Thanks, in advance, for any help in tracking down the file. (Or, for any other suggestion.)
- Tom<
Postet den
Actually, nothing! I apparently had a hiccup yesterday and I wasn't able to download the file.
It is working now.
Thanks a lot.
- Tom<
It is working now.
Thanks a lot.
- Tom<
Email Member
Message Member
Post Moderation
Filopplasting
If you're having problems uploading, try choosing a smaller image.
Forhåndsvis post
Send Topic
Loading...