SafeLine/documents/docs/02-guide/02-login.md
2023-11-22 19:07:03 +08:00

28 lines
958 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "登录雷池"
---
# 登录雷池
> TOTP (Time-based One-Time Password algorithm) 将密钥与当前时间进行组合,通过哈希算法产生一次性密码,已被采纳为 RFC 6238被用于许多双因素身份验证系统。
## 登录演示
浏览器打开后台管理页面 `https://<waf-ip>:9443`
根据界面提示,使用 **支持 TOTP 的认证软件或者小程序** 扫描二维码,然后输入动态口令登录:
<iframe src="//player.bilibili.com/player.html?aid=748637002&bvid=BV1wC4y177zN&cid=1339420830&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"
style={{ width: '100%', height: '350px' }}
></iframe>
### 注意事项:
1.服务器和totp应用的**时间必须保持一致**,否则无法验证通过
2.跳转到登录页后,**无法回退查看二维码**,需使用页面提供的方法重置
## 常见登录问题
请参考 [登录问题](/faq/login)