mirror of https://github.com/jumpserver/jumpserver
parent
c41fdf1786
commit
e5e0c841a2
|
@ -9,7 +9,7 @@ from common.utils.random import random_string
|
||||||
|
|
||||||
|
|
||||||
def default_secret():
|
def default_secret():
|
||||||
return random_string(32)
|
return random_string(36)
|
||||||
|
|
||||||
|
|
||||||
def defatult_ip_group():
|
def defatult_ip_group():
|
||||||
|
|
Loading…
Reference in New Issue