mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
update apphub password gen rule
This commit is contained in:
parent
5ce05268d0
commit
fd21874005
@ -16,7 +16,7 @@ user_name = admin
|
||||
user_pwd = j4FYLqfisbv4vkYY
|
||||
|
||||
[api_key]
|
||||
key = 689899a928b91838e98abd6ac50fc6f6f1fab73e44932a6fd5167e4ce63e72e0
|
||||
key = 3553f2f8746a7a59a98b7c1fd0f3410bc347f6af3eeb1aa6df130848bbb7785f
|
||||
|
||||
[domain]
|
||||
wildcard_domain = test.websoft9.cn
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user