-
Notifications
You must be signed in to change notification settings - Fork 42
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
synapse's password policy is ignored/circumvented #79
Comments
are those policies being exposed somehow? otherwise you can set this manually via https://github.com/ZerataX/matrix-registration/blob/master/config.sample.yaml#L41 |
looks like they are, this is the MSC the synapse sample config file links to https://github.com/matrix-org/matrix-doc/blob/babolivier/password-policy/proposals/2000-password-policies.md |
Since the admin of the Synapse server also runs matrix-registration, we'd have two ways of implementing this: Implementing it ourselfes Conclusion / Proposal # password requirements password: min_length: 8 needs_lowercase: true needs_upercase: false needs_numbers: false needs_symbols: false Of cause open to suggestions (esp. regarding the default values) |
looks like this msc isn't yet merged? it is in synapse though: @xelantro looks like if you don't define a password policy it just responds with {} |
Describe the bug
To Reproduce
Expected behavior
respect pw policy
Screenshots
System:
Additional context
not sure what good practices are in regards of informing users of the pw policy
The text was updated successfully, but these errors were encountered: