1 (edited by Cereal 2009-01-12 16:00)

Topic: Duplicate Email accounts

when there are 2 users in the db with the same email adress and one of them request a new password, both users get an email with a new password request ...

2 posible solutions:
- lost password requiers a username and email adress before it send an email
- create the email field in the db unique

actually the username field in the db should be unique to ...

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: Duplicate Email accounts

If i remember correctly there was a bug report over at fluxbb about this. When registering, the email address has to be unique, however, when changing it in the profile, it isnt checked to see if its unquie.

This should be sorted once the Devs chase this issue up.

Sorry. Unactive due to personal life.

Re: Duplicate Email accounts

Ok,

my bad, seems that i missed something smile

its checked at both register and changing of the email, but if the p_allow_dupe_email var is set this can't be an error big_smile

So pelase discard this bug

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: Duplicate Email accounts

Utchin wrote:

When registering, the email address has to be unique, however, when changing it in the profile, it isnt checked to see if its unquie.

Fixed in [1126]. The fix differs from what has been done in FluxBB.