mongo icon indicating copy to clipboard operation
mongo copied to clipboard

Security fix - To handle user account password complexity

Open Sandhyaranitp opened this issue 4 months ago • 1 comments

Problem Description:

Security fix - To handle user account password complexity

Fix Implementation:

The source code has been integrated to handle the password complexity validation mechanism. This modification ensures that password is validated during both the user creation and Password update operation. If the specific password complexity condition is not met, operation will be aborted automatically, preventing the creation and modification of user account.

Sandhyaranitp avatar Mar 01 '24 07:03 Sandhyaranitp