Skip to content

Commit

Permalink
Comment out text and hyperlinks from oxAuth login page #414
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jan 11, 2017
1 parent c2e2876 commit 9fe640c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Server/src/main/webapp/login.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@
</s:div>
</div><!-- end logo-->

<!--
<div class="login span4 offset6">
Need a Gluu account?
<a class="register,need-account"
href="#{'../identity/register?redirectUri='.concat(pageService.getRootUrlByRequest(request))}">Sign Up!
</a>
</div>
-->
</div>
</div>

Expand Down Expand Up @@ -100,13 +102,15 @@
<span class="sprite-green_click_icon"></span>
</div>
</s:div></li>
<!--
<li class="row-fluid">
<div class="span9 offset3">
<a class="need-account,register"
href="/identity/person/passwordReminder.htm">Forgot your
password?</a>
</div>
</li>
-->
<s:div rendered='#{!empty client.getPolicyUri()}'>
<p>
<h:outputText value="#{messages['common.agreePolicy']}" />
Expand Down

0 comments on commit 9fe640c

Please sign in to comment.