mirror of https://github.com/jumpserver/jumpserver
perf: 调整 secret 长度为32位
parent
69c0eb2f50
commit
c41fdf1786
|
@ -9,7 +9,7 @@ from common.utils.random import random_string
|
|||
|
||||
|
||||
def default_secret():
|
||||
return random_string(36)
|
||||
return random_string(32)
|
||||
|
||||
|
||||
def defatult_ip_group():
|
||||
|
|
Loading…
Reference in New Issue