Skip to content

Commit

Permalink
update:文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyan075500 committed Dec 17, 2024
1 parent bbcd13e commit ee6134e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## 项目展示
项目演示站点访问地址为:`http://203.104.42.255:8080`,相关账号密码如下:

| 账号名称 | 用户名 | 密码 | 用户来源 |
|-------|--------|-----------------|----------|
| 超级管理员 | admin | admin@123... | 本地 |
| 普通用户 | lisi | Li-Si@123... | 本地 |
| 审计用户 | audit | AAudit@123... | 本地 |
| 普通用户 | wangw | Wang-W@123... | OpenLDAP |
| 普通用户 | zhangs | Zahang-S@123... | OpenLDAP |
| 账号名称 | 用户名 | 密码 | 用户来源 |
|-------|----------|-------------------|----------|
| 超级管理员 | `admin` | `admin@123...` | 本地 |
| 普通用户 | `lisi` | `Li-Si@123...` | 本地 |
| 审计用户 | `audit` | `AAudit@123...` | 本地 |
| 普通用户 | `wangw` | `Wang-W@123...` | OpenLDAP |
| 普通用户 | `zhangs` | `Zahang-S@123...` | OpenLDAP |

由于是演示环境,系统部分功能不支持,受影响功能列表如下:
1. 双因素认证(受影响影响功能:登录、获取账号密码、重置账号密码)。
Expand Down
2 changes: 1 addition & 1 deletion db/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func InitializeScheduledTask(client *gorm.DB) error {
{
Name: "用户同步",
Type: 2,
CronExpr: "0 */30 * * * *",
CronExpr: "0 */30 * * *",
BuiltInMethod: "user_sync",
Enabled: false,
},
Expand Down

0 comments on commit ee6134e

Please sign in to comment.