mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-04 20:59:35 +00:00
jm忘记加参数了
This commit is contained in:
parent
6e2ebd5c79
commit
a263e50b3e
@ -466,7 +466,7 @@ def chgUser(request):
|
|||||||
error = ''
|
error = ''
|
||||||
msg = ''
|
msg = ''
|
||||||
form = UserAddForm()
|
form = UserAddForm()
|
||||||
jm = PyCrypt()
|
jm = PyCrypt(key)
|
||||||
|
|
||||||
if request.method == "GET":
|
if request.method == "GET":
|
||||||
username = request.GET.get('username')
|
username = request.GET.get('username')
|
||||||
|
Loading…
Reference in New Issue
Block a user