Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHARD-892: Add password upper limit #43

Merged
merged 3 commits into from
Dec 9, 2024
Merged

SHARD-892: Add password upper limit #43

merged 3 commits into from
Dec 9, 2024

Conversation

@Glitch18 Glitch18 changed the base branch from main to dev December 9, 2024 13:30
@@ -135,7 +147,9 @@ export function registerGuiCommands(program: Command) {
setCommand
.command('password')
.arguments('<password>')
.description('Set the GUI server password, requirements: min 8 characters, at least 1 lower case letter, at least 1 upper case letter, at least 1 number, at least 1 special character !@#$%^&*()_+*$')
.description(
'Set the GUI server password, requirements: min 8 characters, at least 1 lower case letter, at least 1 upper case letter, at least 1 number, at least 1 special character !@#$%^&*()_+*$'

Choose a reason for hiding this comment

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

same as other PR.. we should add max 128 char also here

@urnotsam urnotsam merged commit 189ac32 into dev Dec 9, 2024
2 checks passed
@aniketdivekar aniketdivekar deleted the SHARD892 branch December 9, 2024 14:25
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.

3 participants