Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance password security with validation checks
- Import the `re` module for regular expressions. - Update the password field to require a minimum length of 8 characters. - Add a password validation method to ensure the password contains at least one number. Signed-off-by: kyo <[email protected]>
- Loading branch information