hi,
I think there should be a feature to recover the password if you forgot the username. Now, phpbb asks for both username and email. the username is not something everyone (me included, i must be getting old) tends to remember for boards visited a long time ago.
forgot username
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: forgot username
What about just changing the forgot password form to require an email address, then sending an email with the username and a link to reset the password to that email address?
The only interesting case would be if the forum allows users to register multiple times with the same email address and there are multiple accounts registered on that email address.
The only interesting case would be if the forum allows users to register multiple times with the same email address and there are multiple accounts registered on that email address.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: forgot username
I think most people only use that for debugging. It'd be interesting to know, though - and I certainly wouldn't be against the removal of it. It would make upgrades a pain, though.EXreaction wrote:The only interesting case would be if the forum allows users to register multiple times with the same email address and there are multiple accounts registered on that email address.
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: forgot username
Allowing multiple accounts on the same email is used for some text-based game forums that allow users to have multiple characters, each on its own account, without requiring a new email for each one. There are also probably other perfectly valid uses of the feature. As such, using only an email address would not work because you would need to specify which account you are trying to reset.
Perhaps we could add a Forgot Username feature that requires only the email address sends a list of the usernames linked to that email address, and then the user can figure out which one he is trying to reset from that list, and then use the existing Forgot Password feature?
Perhaps we could add a Forgot Username feature that requires only the email address sends a list of the usernames linked to that email address, and then the user can figure out which one he is trying to reset from that list, and then use the existing Forgot Password feature?
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: forgot username
In case of multiple accounts we could just email all usernames, as all are owned by the same email address anyway
Member of the Development-Team — No Support via PM
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: forgot username
Yes, just have a list of all the accounts
username
reset password link
username2
reset password link2
username3
reset password link3
username
reset password link
username2
reset password link2
username3
reset password link3
Re: forgot username
imkingdavid wrote:Perhaps we could add a Forgot Username feature that requires only the email address sends a list of the usernames linked to that email address, and then the user can figure out which one he is trying to reset from that list, and then use the existing Forgot Password feature?
nickvergessen wrote:In case of multiple accounts we could just email all usernames, as all are owned by the same email address anyway
+1, this should be an RFC, no?EXreaction wrote:Yes, just have a list of all the accounts
username
reset password link
username2
reset password link2
username3
reset password link3
-Jonah
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: forgot username
I just tried to register on here, and got the notice that an account already existed with my email address.
I googled "phpbb forgot username" and found this thread, amusingly on the same forum I was trying to access.
As it turns out, the first username I tried was the right one, and I'm here logged in ok. But having this feature would have saved me needing to guess it.
Did this make it to the RFC stage?
I googled "phpbb forgot username" and found this thread, amusingly on the same forum I was trying to access.
As it turns out, the first username I tried was the right one, and I'm here logged in ok. But having this feature would have saved me needing to guess it.
Did this make it to the RFC stage?
Re: forgot username
+1
Many users on my forum have the same problem
Many users on my forum have the same problem