diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-24 13:55:47 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-24 13:55:47 -0400 |
commit | b2801a2e985f11e940a0cd420cea57242ea26d4c (patch) | |
tree | 4d245376952e5800411043c0ebed021c89c489ea /templates/admin/config.tmpl | |
parent | ceb415df8a5ba9e33840df5d635765424a2bee8e (diff) | |
download | gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.tar.gz gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.zip |
Fix #165
Diffstat (limited to 'templates/admin/config.tmpl')
-rw-r--r-- | templates/admin/config.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index 22be5900e3..10a53b5397 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -36,8 +36,8 @@ <dd>{{.LogRootPath}}</dd> <dt>Script Type</dt> <dd>{{.ScriptType}}</dd> - <dt>Reverse Authentication UID</dt> - <dd>{{.ReverseProxyAuthUid}}</dd> + <dt>Reverse Authentication User</dt> + <dd>{{.ReverseProxyAuthUser}}</dd> </dl> </div> </div> |