-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
🚀 Feature: Share password policy #696
Comments
The requirement is that the password must be at least 8 chars. Are you sure that this isn't validated correctly? |
@chileocat Oh you mean the share password. I though you mean the user password. I keep this open then. |
Password requirements are a complex topic because there are many variables. Require a minimum length, require uppercase/lowercase characters, require digits, require special symbols, disallow common passwords etc. I think adding too many options for this is not really useful. My ideas currently:
Also maybe a toggle to require shares to have passwords? What do you guys think? |
🔖 Feature description
It would be really nice, if you could define password policy. For the beginn, also setting the min. password lenght to 8 would be awesome.
🎤 Pitch
We're using pingvin in our company for transfering different kind of documents and images. And some lazy users just setting 123 or aaa as password. :-)
The text was updated successfully, but these errors were encountered: