Skip to content

Conversation

himanshu7895
Copy link
Contributor

Description of the Combined Password Validation Script
Purpose
The script validates the password entered by the user in a ServiceNow catalog item form. It ensures that the password meets strong security criteria and does not include the user's first or last name, enhancing overall security.

Validation Criteria
Strong Password Requirements:

At least 8 characters long.
Contains at least one uppercase letter.
Contains at least one lowercase letter.
Contains at least one digit.
Contains at least one special character (e.g., @$!%*?&).
First and Last Name Restrictions:

The password cannot contain the user's first name or last name.

@am-shakeel am-shakeel self-assigned this Oct 21, 2024
Copy link

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

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

Looks good

@am-shakeel am-shakeel merged commit 77863c2 into ServiceNowDevProgram:main Oct 21, 2024
1 check passed
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