Access Keys:
Skip to content (Access Key - 0)

Knowledgebase

compared with
Current by Saba Bokhari
on Nov 16, 2011 15:22.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
<h1>Login!</h1>
{% if the_username %}
Hello <b>{{ the_username }}</b>, you are logged in. Do you want to <a href="/logout/">Logout?</a><br>
Do you want to <a href="/logout/">Logout?</a><br>
{% else %}
{% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
<select name="idpurl">
{% for aidp in idps %}
<option value={{aidp.getAuthenticationServiceURL}}>{{aidp.getDisplayName}} : {{aidp.getAuthenticationServiceURL}}</option>
<option value={{aidp.getAuthenticationServiceURL}}>
{{aidp.getDisplayName}} : {{aidp.getAuthenticationServiceURL}}
</option>
{% endfor %}
</select>
Last edited by
Saba Bokhari (554 days ago)
Adaptavist Theme Builder Powered by Atlassian Confluence