forked from invoke-ai/InvokeAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there an existing issue for this?
- I have searched the existing issues
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
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request