This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
jumpserver
mirror of
https://github.com/jumpserver/jumpserver
Watch
1
Star
0
Fork
You've already forked jumpserver
0
Code
Issues
Releases
Wiki
Activity
78a227af3e
jumpserver
/
apps
/
authentication
/
views
/
__init__.py
5 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
[Update] Stash
2019-02-27 00:45:00 +00:00
# -*- coding: utf-8 -*-
#
[Update] users认证逻辑迁移到authentication中
2019-02-27 12:55:28 +00:00
from
.
login
import
*
[Update] 基本完成登录逻辑
2019-11-05 10:46:29 +00:00
from
.
mfa
import
*