Is there an existing issue for this?
Contact Details
No response
What should this feature add?
Users are complaining about the strict password checking tests in the multiuser feature. These are the tests that are applied in three places:
- First login, when the Administrator account is set up.
- When a user changes the password in his profile.
- When the Administrator creates or modifies a user in the User Management window.
This feature will add a new invokeai.yaml boolean configuration option strict_password_checking. If True, then the system will continue to insist on strong passwords as it does now. If False (the default), then the system will merely report whether the password is weak, moderate, or strong.
In password strength reporting mode, the messages updates as the user types and is one of:
- "Weak password" (text in red)
- "Moderate password" (text in yellow)
- "Strong password" (text in blue)
Alternatives
No response
Additional Content
No response
Is there an existing issue for this?
Contact Details
No response
What should this feature add?
Users are complaining about the strict password checking tests in the multiuser feature. These are the tests that are applied in three places:
This feature will add a new
invokeai.yamlboolean configuration optionstrict_password_checking. If True, then the system will continue to insist on strong passwords as it does now. If False (the default), then the system will merely report whether the password is weak, moderate, or strong.In password strength reporting mode, the messages updates as the user types and is one of:
Alternatives
No response
Additional Content
No response