提交 36d7b1d8 编写于 作者: K kohsuke

login/logout visibility is not controlled by servlet anymore.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6329 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4e5d7839
......@@ -98,7 +98,7 @@
<j:if test="${app.useSecurity}">
<st:nbsp/>
<j:choose>
<j:when test="${request.userPrincipal!=null}">
<j:when test="${!h.isAnonymous()}">
<a style="color:white" href="${rootURL}/logout"><b>logout</b></a>
</j:when>
<j:otherwise>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册