-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Milestone
Description
I will start working on a app which let the admin define some rules for passwords.
Scope
- public link passwords
- login passwords (for local user back-end)
Rules
- define a minimum length of the password
- enforce upper/lower case
- at least one numeric character
- at least one special character
Did I miss something?
Development started here nextcloud/password_policy#1
Added events to core: #221