From 9546011ca6e8e752aab83d3ef27e4f555afd0133 Mon Sep 17 00:00:00 2001 From: spaaam76659 <64898602+spaaam76659@users.noreply.github.com> Date: Thu, 18 Feb 2021 08:18:21 +0300 Subject: [PATCH] Update generate_user_passwords.py --- generate_user_passwords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_user_passwords.py b/generate_user_passwords.py index 80dceab..1215612 100644 --- a/generate_user_passwords.py +++ b/generate_user_passwords.py @@ -11,7 +11,7 @@ YAML_PARENT_VARIABLE = 'user_passwords' DEFAULT_PASSWORD_LENGTH = 12 # Unambigous chars -ALLOWED_PASSWORD_CHARS = 'abcdefghkmnoprstwxzABCDEFGHJKLMNPQRTWXY3468' +ALLOWED_PASSWORD_CHARS = 'abcdefghkmnoprstwxzABCDEFGHJKLMNPQRTWXZ123456789' # More secure chars, but harder to type # ALLOWED_PASSWORD_CHARS = string.ascii_letters + string.digits + '!@$%^&*+=/'