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
e89765a9ad
jumpserver
/
apps
/
authentication
/
serializers
/
__init__.py
5 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
feat: 添加 临时 password (#8035) * perf: 添加 template password * perf: 修改id * perf: 修改 翻译 * perf: 修改 tmp token * perf: 修改 token Co-authored-by: ibuler <ibuler@qq.com>
2022-04-13 12:24:56 +00:00
from
.
token
import
*
from
.
connect_token
import
*
from
.
password_mfa
import
*
perf: 统一校验当前用户api (#8324) Co-authored-by: feng626 <1304903146@qq.com>
2022-06-07 11:26:07 +00:00
from
.
confirm
import
*