mirror of https://github.com/shunfei/cronsun
add the comment about the default account/password
parent
e4c5cac014
commit
afbf332d43
|
@ -15,7 +15,7 @@ The goal of this project is to make it much easier to manage jobs on lots of mac
|
|||
- Managemant panel
|
||||
- Mail service
|
||||
- Multi-language support
|
||||
- Simple authentication and accounts manager
|
||||
- Simple authentication and accounts manager(default administrator email and password: admin@admin.com/admin)
|
||||
|
||||
## Architecture
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ sh build.sh
|
|||
|
||||
### 关于后台权限
|
||||
|
||||
当前实现了一个可选的简单登录认证和帐号管理的功能,没有详细的权限管理功能。登录控制也可以考虑使用 [aproxy](https://github.com/shunfei/aproxy) ,相关介绍见 [aProxy: 带认证授权和权限控制的反向代理](http://www.cnblogs.com/QLeelulu/p/aproxy.html)。
|
||||
当前实现了一个可选的简单登录认证和帐号管理的功能(首次启用之后默认管理员的邮箱密码是 admin@admin.com/admin),没有详细的权限管理功能。登录控制也可以考虑使用 [aproxy](https://github.com/shunfei/aproxy) ,相关介绍见 [aProxy: 带认证授权和权限控制的反向代理](http://www.cnblogs.com/QLeelulu/p/aproxy.html)。
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
Loading…
Reference in New Issue