Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Add option SECURITY_LOGIN_SHOW_USER_EXISTENCE to hide 'user does not … #802

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

boytm
Copy link

@boytm boytm commented Sep 9, 2018

Add option SECURITY_LOGIN_SHOW_USER_EXISTENCE to hide 'user does not exist' in /login error message, fix #673

@boytm boytm force-pushed the develop branch 2 times, most recently from a7da84d to 7028e41 Compare September 9, 2018 15:29
@@ -98,6 +98,7 @@
'CONFIRM_EMAIL_WITHIN': '5 days',
'RESET_PASSWORD_WITHIN': '5 days',
'LOGIN_WITHOUT_CONFIRMATION': False,
'LOGIN_SHOW_USER_EXISTENCE': True,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unambiguous non-existent user/invalid password messages via JSON.
2 participants