Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
352bfeeb
Commit
352bfeeb
authored
Jan 03, 2020
by
BaiJiangJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 绑定MFA页面(二维码显示)
parent
1d7bdd5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
_without_nav_base.html
apps/templates/_without_nav_base.html
+1
-0
user_otp_enable_bind.html
apps/users/templates/users/user_otp_enable_bind.html
+1
-2
user_otp_enable_install_app.html
apps/users/templates/users/user_otp_enable_install_app.html
+0
-1
No files found.
apps/templates/_without_nav_base.html
View file @
352bfeeb
...
...
@@ -10,6 +10,7 @@
{#
<link
rel=
"stylesheet"
href=
"{% static 'fonts/font_otp/iconfont.css' %}"
/>
#}
<link
rel=
"stylesheet"
href=
"{% static 'css/otp.css' %}"
/>
<script
src=
"{% static 'js/jquery-3.1.1.min.js' %}"
></script>
<script
src=
"{% static "
js
/
plugins
/
qrcode
/
qrcode
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% url 'javascript-catalog' %}"
></script>
</head>
...
...
apps/users/templates/users/user_otp_enable_bind.html
View file @
352bfeeb
...
...
@@ -15,8 +15,7 @@
</strong>
</p>
<div
id=
"qr_code"
>
</div>
<div
id=
"qr_code"
></div>
<div
style=
"display: block; margin: 0"
>
Secret: {{ otp_secret_key }}
</div>
<form
class=
""
role=
"form"
method=
"post"
action=
""
>
...
...
apps/users/templates/users/user_otp_enable_install_app.html
View file @
352bfeeb
...
...
@@ -19,7 +19,6 @@
<p>
{% trans 'iPhone downloads' %}
</p>
</div>
<p
style=
"margin: 20px auto;"
></p>
<p
style=
"margin: 20px auto;"
><strong
style=
"color: #000000"
>
{% trans 'After installation, click the next step to enter the binding page (if installed, go to the next step directly).' %}
</strong></p>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment