mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Use longer passwords
This commit is contained in:
parent
b220f3d603
commit
daf0b6287f
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ def parse_bool(str):
|
||||||
|
|
||||||
|
|
||||||
def randomPassword():
|
def randomPassword():
|
||||||
return "".join(choice(ascii_letters + digits) for i in range(12))
|
return "".join(choice(ascii_letters + digits) for i in range(15))
|
||||||
|
|
Loading…
Reference in a new issue