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

bug in validation.py #34844

Open
annwarsa opened this issue Feb 28, 2024 · 0 comments · May be fixed by #34849
Open

bug in validation.py #34844

annwarsa opened this issue Feb 28, 2024 · 0 comments · May be fixed by #34849

Comments

@annwarsa
Copy link

Expected Behavior

validation.py should return true when the value aplpabhetical otherwise return false

Actual Behavior

return true when the value example ("_redquinoa", 4)

Steps to Reproduce the Problem

change regex behavior from this '^[a-z0-9.]*$' to this '^[a-z][a-z0-9.]*$'

Specifications

  • Version:
  • Platform:
annwarsa added a commit to annwarsa/it-cert-automation-practice that referenced this issue Feb 28, 2024
Updated validations.py python script.
Fixed the behavior of validate_user function in validations.py
annwarsa added a commit to annwarsa/it-cert-automation-practice that referenced this issue Feb 28, 2024
Update validations.py python script.
Fixed the behavior of validate_user finction in validations.py
@annwarsa annwarsa linked a pull request Feb 28, 2024 that will close this issue
2 tasks
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 a pull request may close this issue.

1 participant