mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-29 16:27:11 +00:00
perf: 调整 secret 长度为32位
This commit is contained in:
parent
69c0eb2f50
commit
c41fdf1786
@ -9,7 +9,7 @@ from common.utils.random import random_string
|
|||||||
|
|
||||||
|
|
||||||
def default_secret():
|
def default_secret():
|
||||||
return random_string(36)
|
return random_string(32)
|
||||||
|
|
||||||
|
|
||||||
def defatult_ip_group():
|
def defatult_ip_group():
|
||||||
|
Loading…
Reference in New Issue
Block a user