Loading services/webapp/code/rosetta/core_app/templates/login.html +12 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,17 @@ <br /> <input type='submit' style="width:110px" class="btn btn-lg btn-success btn-block" value='Log in' /> <div style="margin-top:25px; margin-bottom:15px"> <font color="#a9a9a9"> — OR —</font> </div> {% if OPENID_ENABLED %} <a href="{% url 'oidc_authentication_init' %}">Login with OpenID Connect </a> {% endif %} <br /><br /> {% if data.error %} <br/> <div class='centerbox-error'> Loading @@ -36,6 +47,7 @@ </p> </form> </div> {% if not data.success %} Loading services/webapp/code/rosetta/core_app/templates/navigation.html +5 −11 Original line number Diff line number Diff line Loading @@ -51,22 +51,16 @@ </center> </li> <center> <div style="padding:10px"> <!-- <a href="/register" class="menulink">Register</a> <b>|</b> --> {% if OPENID_ENABLED %} <div style="margin-top:15px;margin-bottom:10px"><font color="#a9a9a9"> — OR —</font></div> <li style="padding-left:0; text-indent: 0"> <a href="{% url 'oidc_authentication_init' %}" style="padding-left:0; text-indent: 0">Login with OpenID Connect</a></li> {% endif %} <div style="padding:10px;"> <font color="gray">Forgot password? Just leave it empty to get a login link by email.</font> </div> </center> {% endif %} {% if OPENID_ENABLED %} <li> {% if not user.is_authenticated %} <a href="{% url 'oidc_authentication_init' %}">Login with OpenID Conn. </a> {% endif %} </li> {% endif %} </ul> Loading Loading
services/webapp/code/rosetta/core_app/templates/login.html +12 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,17 @@ <br /> <input type='submit' style="width:110px" class="btn btn-lg btn-success btn-block" value='Log in' /> <div style="margin-top:25px; margin-bottom:15px"> <font color="#a9a9a9"> — OR —</font> </div> {% if OPENID_ENABLED %} <a href="{% url 'oidc_authentication_init' %}">Login with OpenID Connect </a> {% endif %} <br /><br /> {% if data.error %} <br/> <div class='centerbox-error'> Loading @@ -36,6 +47,7 @@ </p> </form> </div> {% if not data.success %} Loading
services/webapp/code/rosetta/core_app/templates/navigation.html +5 −11 Original line number Diff line number Diff line Loading @@ -51,22 +51,16 @@ </center> </li> <center> <div style="padding:10px"> <!-- <a href="/register" class="menulink">Register</a> <b>|</b> --> {% if OPENID_ENABLED %} <div style="margin-top:15px;margin-bottom:10px"><font color="#a9a9a9"> — OR —</font></div> <li style="padding-left:0; text-indent: 0"> <a href="{% url 'oidc_authentication_init' %}" style="padding-left:0; text-indent: 0">Login with OpenID Connect</a></li> {% endif %} <div style="padding:10px;"> <font color="gray">Forgot password? Just leave it empty to get a login link by email.</font> </div> </center> {% endif %} {% if OPENID_ENABLED %} <li> {% if not user.is_authenticated %} <a href="{% url 'oidc_authentication_init' %}">Login with OpenID Conn. </a> {% endif %} </li> {% endif %} </ul> Loading