diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/VERSION | 2 | ||||
-rw-r--r-- | templates/admin/config.tmpl | 4 | ||||
-rw-r--r-- | templates/admin/dashboard.tmpl | 4 |
3 files changed, 8 insertions, 2 deletions
diff --git a/templates/VERSION b/templates/VERSION index 0848cb02d0..7d143dcc1c 100644 --- a/templates/VERSION +++ b/templates/VERSION @@ -1 +1 @@ -0.4.4.0620 Alpha
\ No newline at end of file +0.4.5.0621 Alpha
\ No newline at end of file diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index 583ee25e35..22be5900e3 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -36,6 +36,8 @@ <dd>{{.LogRootPath}}</dd> <dt>Script Type</dt> <dd>{{.ScriptType}}</dd> + <dt>Reverse Authentication UID</dt> + <dd>{{.ReverseProxyAuthUid}}</dd> </dl> </div> </div> @@ -77,7 +79,7 @@ <dt>Require Sign In View</dt> <dd><i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></dd> <dt>Mail Notification</dt> - <dd><i class="fa fa{{if .Service.NotifyMail}}-check{{end}}-square-o"></i></dd> + <dd><i class="fa fa{{if .Service.EnableNotifyMail}}-check{{end}}-square-o"></i></dd> <dt>Enable Cache Avatar</dt> <dd><i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></dd> <hr/> diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index f709cb3f28..aa2080d83e 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -32,6 +32,10 @@ <td>Clean unbind OAuthes</td> <td><i class="fa fa-caret-square-o-right"></i> <a href="/admin?op=1">Run</a></td> </tr> + <tr> + <td>Delete inactivate accounts</td> + <td><i class="fa fa-caret-square-o-right"></i> <a href="/admin?op=2">Run</a></td> + </tr> </tbody> </table> </div> |