1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-07 15:47:02 +00:00

修改vies

This commit is contained in:
guanghongwei 2014-09-27 20:20:45 +08:00
parent 5ccffe6c1d
commit 5fd15478a8

View File

@ -221,6 +221,7 @@ def install(request):
is_superuser=True,
ldap_password=md5_crypt('admin'))
u.save()
return HttpResponse('Install successfully, please refresh this page.')
def login(request):