We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package version: 9.0.1
In my local instance's invenio.cfg file, I see SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # require users to confirm email before being able to login
SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # require users to confirm email before being able to login
Elsewhere in the codebase, I see SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # Allow users to login without first confirming their email address.
SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # Allow users to login without first confirming their email address.
The language in the comment could possibly confuse a person.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package version: 9.0.1
Describe the bug
In my local instance's invenio.cfg file, I see
SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # require users to confirm email before being able to login
Expected behavior
Elsewhere in the codebase, I see
SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # Allow users to login without first confirming their email address.
Additional context
The language in the comment could possibly confuse a person.
The text was updated successfully, but these errors were encountered: