Skip to content

[enhancement]: relax strict password checking #123

@lstein

Description

@lstein

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:

  1. First login, when the Administrator account is set up.
  2. When a user changes the password in his profile.
  3. 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions