update apphub password gen rule

This commit is contained in:
zhaojing1987 2023-12-13 09:07:40 +08:00
parent 5ce05268d0
commit fd21874005
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ user_name = admin
user_pwd = j4FYLqfisbv4vkYY
[api_key]
key = 689899a928b91838e98abd6ac50fc6f6f1fab73e44932a6fd5167e4ce63e72e0
key = 3553f2f8746a7a59a98b7c1fd0f3410bc347f6af3eeb1aa6df130848bbb7785f
[domain]
wildcard_domain = test.websoft9.cn

View file

@ -10,7 +10,7 @@ class PasswordGenerator:
lowercase_letters = string.ascii_lowercase # all lowercase letters
uppercase_letters = string.ascii_uppercase # all uppercase letters
digits = string.digits # all digits
special_symbols = "[]*+<>?~/|" # all special symbols
special_symbols = "[]*+?~/|" # all special symbols
# get 4 random characters from each category
password = [