-
Notifications
You must be signed in to change notification settings - Fork 0
Prevent registering users who already exist. #66
Copy link
Copy link
Open
Labels
alterationSmall changes and tweaks.Small changes and tweaks.backendThis requires backend fixes.This requires backend fixes.questionFurther information is requestedFurther information is requestedsecurityThis issue has security implications.This issue has security implications.
Description
Activity
Metadata
Metadata
Assignees
Labels
alterationSmall changes and tweaks.Small changes and tweaks.backendThis requires backend fixes.This requires backend fixes.questionFurther information is requestedFurther information is requestedsecurityThis issue has security implications.This issue has security implications.
I am unsure of a stance on this, there is an obvious usability case that 99% of sites prefer which is to tell you if an email is already registered. This also leaks information about emails in the system. Currently registration will succeed, but will not allow users to replace or login to accounts that already existed.
Future problems.