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

Add User - username validation problem #2334

Closed
3 tasks done
wbonekamp opened this issue Sep 24, 2018 · 1 comment · Fixed by #4444
Closed
3 tasks done

Add User - username validation problem #2334

wbonekamp opened this issue Sep 24, 2018 · 1 comment · Fixed by #4444

Comments

@wbonekamp
Copy link

wbonekamp commented Sep 24, 2018

Description of bug

When creating a username with less than 5 characters the validation message:
"The username specified is invalid. Please specify a valid username"

Looks like a good validation rule.

But It's a problem when you upgraded from an older version and you already have users with username names that have less than 5 characters, You can't update these users anymore.

Steps to reproduce

List the steps to reproduce the behavior:

  1. Go to 'Manage'- 'Users';
  2. Click on 'Account Settings" of a user with a username less than 5 characters;
  3. Click "Save".

Current result

Validation message: "The username specified is invalid. Please specify a valid username"

Expected result

There should be no validation on "old" users that have a username of less than 5 characters.

There should be a setting to enable/disable this validation.

Length of the minimal required characters for username should be a setting.

Screenshots

image

Affected version

  • 9.2.2
  • 9.2.1
  • 9.2

Affected browser

  • [x ] Chrome
  • [x ] Firefox
  • [ x] Safari
  • [ x] Internet Explorer
  • [x ] Edge
@valadas valadas added this to the 9.4.1 milestone Jul 28, 2019
@valadas valadas modified the milestones: 9.4.1, 9.4.2 Sep 26, 2019
@valadas valadas modified the milestones: 9.4.2, 9.4.3 Nov 5, 2019
@valadas valadas modified the milestones: 9.4.3, 9.5.0 Nov 21, 2019
@valadas valadas modified the milestones: 9.5.0, 9.5.1 Jan 30, 2020
@valadas valadas modified the milestones: 9.5.1, 9.6.0 Mar 18, 2020
@valadas valadas modified the milestones: 9.6.0, 9.6.1 Apr 14, 2020
@valadas valadas modified the milestones: 9.6.1, 9.6.2 May 7, 2020
@david-poindexter david-poindexter added this to Awaiting Triage in Issue Triage via automation Jun 6, 2020
@david-poindexter david-poindexter moved this from Awaiting Triage to Bugs in Issue Triage Jun 6, 2020
@allanedk
Copy link

I agree that the minimum length should be a setting and not hardcoded to a specific value! Just realized that a hardcoded minimum length was introduced in 9.2 after researching error messages in the event log ("The username specified is invalid...").

@valadas valadas modified the milestones: 9.6.2, 9.7.0 Jun 25, 2020
@valadas valadas modified the milestones: 9.7.0, Future: Patch Jul 28, 2020
@david-poindexter david-poindexter added the help wanted Help Wanted label Oct 7, 2020
Issue Triage automation moved this from Bugs to Closed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue Triage
  
Closed
Development

Successfully merging a pull request may close this issue.

4 participants