scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
150 stars 97 forks source link

[Backend] Added password strength validation while creating user #126

Open amlannandy opened 3 years ago

amlannandy commented 3 years ago

Description

Added password strength validation while creating a user. A Valid password contains at least 1 uppercase character, 1 digit, and 1 special digit.

Fixes #125

Type of change

How Has This Been Tested?

Try creating a user with a weak password.

Test Configuration:

screen-capture

Checklist: