From c42a8dc97e454f66b5e3d1a99b259e38e8496f85 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 27 Apr 2015 12:46:39 -0400 Subject: Make availble a list of alternative aut methods In the form case there is no way to automatically fallback to other auth methods or even repeat transparent methods. Add a simple list of alternative auth methods under the description box so that the user can easily switch back and forth between them if desired. Fixes: https://fedorahosted.org/ipsilon/ticket/96 Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/login/form.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/login/form.html b/templates/login/form.html index 69a0cc7..fe99c5a 100644 --- a/templates/login/form.html +++ b/templates/login/form.html @@ -38,9 +38,6 @@ {% else %} Cancel {% endif %} - {% if next_url %} - Next method - {% endif %} @@ -49,6 +46,16 @@

{{description}}

+{% if other_stacks %} +
+

Other authentication methods: +

+

+{% endif %}
{% endblock %} -- cgit