Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

bug: ensure login component only requires 6 character password minimum #1091

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

kate-goldenring
Copy link
Contributor

There is an inconsistency in hippo on the minimum required password length. While the hippo server login component currently requires a minimum password length of 8, the CreateAccoundCommandValidator and register components are checking for a min of 6 chars.

This makes them all consistent by having the login form also only require 6.

fixes #1090

Signed-off-by: Kate Goldenring kate.goldenring@fermyon.com

Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
@bacongobbler bacongobbler merged commit 22c3014 into deislabs:main Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot log in after successful registration
2 participants