mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
update apphub password rule
This commit is contained in:
parent
b7aa7ffae6
commit
13ccd72640
@ -10,7 +10,7 @@ class PasswordGenerator:
|
|||||||
lowercase_letters = string.ascii_lowercase # all lowercase letters
|
lowercase_letters = string.ascii_lowercase # all lowercase letters
|
||||||
uppercase_letters = string.ascii_uppercase # all uppercase letters
|
uppercase_letters = string.ascii_uppercase # all uppercase letters
|
||||||
digits = string.digits # all digits
|
digits = string.digits # all digits
|
||||||
special_symbols = "[]*+?~" # all special symbols
|
special_symbols = "!@#$" # all special symbols
|
||||||
|
|
||||||
# get 4 random characters from each category
|
# get 4 random characters from each category
|
||||||
password = [
|
password = [
|
||||||
|
Loading…
Reference in New Issue
Block a user