Topic: how to send a user their login if they forgot (Read 2036 times)
Total Zero
Posts: 5
38 credits Members referred : 0
« on: Sep 16, 2006, 12:40:49 am »
Greetings,
Is there a simple way to email a user their login name if they have forgotten it?
thank you
Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 619
5660 credits Members referred : 0
www.dg9.org
« Reply #1 on: Sep 16, 2006, 01:09:50 am »
If you use default mailing scripts available or using a CMS with members options, the forgot password functionality should be available, but if your using your own custom script, then you must get a coder or do it yourself by using default php mailing codes to pull db information on your current members rosters if your using one already. You can be more specific with your question if you provide a link to the site in question or some more info on what your trying to achieve...
If you use default mailing scripts available or using a CMS with members options, the forgot password functionality should be available, but if your using your own custom script, then you must get a coder or do it yourself by using default php mailing codes to pull db information on your current members rosters if your using one already. You can be more specific with your question if you provide a link to the site in question or some more info on what your trying to achieve...
Designer, this is a specific question! you have to check where you post your answer first this forum is about the access_user class (maybe you will try)
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
Is there a simple way to email a user their login name if they have forgotten it?
thank you
Normally if the user has forgotten his login and or password the he need to know at least his e-mail address. If the user enter this e-mail address into the "forgotten password" form an email is send with a link to a page where the password can be renewd. The login name will show up ate the moment the user is recovering the password. A function where people can request the login / password data doesn't exists because the password is stored encoded only.
Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 619
5660 credits Members referred : 0