Skip to content

input: allow admin as a password#4831

Open
richardhenwood-dell wants to merge 1 commit into
dell:stagingfrom
richardhenwood-dell:staging
Open

input: allow admin as a password#4831
richardhenwood-dell wants to merge 1 commit into
dell:stagingfrom
richardhenwood-dell:staging

Conversation

@richardhenwood-dell

Copy link
Copy Markdown
Collaborator

input: allow admin as a password

Fixes #4830

fixes dell#4830

Signed-off-by: Richard Henwood <richard.henwood@dell.com>
"minLength": 8,
"maxLength": 128,
"pattern": "^(?!admin$)[^\\\\'\"]+$",
"pattern": "^[^\\\\\\-'\"]+$",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change required? can you modify description as well

@abhishek-sa1 abhishek-sa1 Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires a validation having admin as password as admin for minio flow

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this feedback. I had a chat with @priti-parate - there appears to be a historical reason why 'admin' was prohibited. If we can discover that and it is still relevant than I think this PR can be changed: line 109 s/Should/Must/.

let's see if we can unearth weather 'admin' is prohibited by a rule, or not :)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. can you update error message instead of the rule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants