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 | |
parent | ceb415df8a5ba9e33840df5d635765424a2bee8e (diff) | |
download | gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.tar.gz gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.zip |
Fix #165
Diffstat (limited to 'templates')
-rw-r--r-- | templates/VERSION | 2 | ||||
-rw-r--r-- | templates/admin/config.tmpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/VERSION b/templates/VERSION index ca3b3f1ba5..8c2be60bbf 100644 --- a/templates/VERSION +++ b/templates/VERSION @@ -1 +1 @@ -0.4.5.0623 Alpha
\ No newline at end of file +0.4.5.0624 Alpha
\ No newline at end of file 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> |