mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix #165
This commit is contained in:
@@ -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/>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user