Skip to content
New issue

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

Allow empty passwords #1

Merged
merged 1 commit into from
Jan 31, 2022
Merged

Allow empty passwords #1

merged 1 commit into from
Jan 31, 2022

Conversation

oneiros
Copy link
Collaborator

@oneiros oneiros commented Jan 26, 2022

This allows users to be saved in the database without a password.

This is not a feature for hdm as is, but will be helpful in the future when implementing other authentication schemes that do not rely on a locally stored password.

Users with empty password will not be authenticated, so they cannot login.

Users with empty password will _not_ be authenticated.

This allows the user model to be reused by other
authentication schemes that do not rely on a (locally stored)
password.
@tuxmea tuxmea merged commit 7a2a40b into main Jan 31, 2022
rwaffen added a commit that referenced this pull request Apr 7, 2022
@tuxmea tuxmea deleted the empty_passwords branch April 13, 2022 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants