From b77995fe6c3a51257a8df1e8421217e5a71b3648 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 26 Aug 2014 16:38:14 -0400 Subject: Add FAS login plugin This plugin simply take a Fedora username and password and authenticates the user against the FAS Server. FAS returned data is saved as userdata in the 'fas' attribute. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/login/fas.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/login/fas.html (limited to 'templates/login/fas.html') diff --git a/templates/login/fas.html b/templates/login/fas.html new file mode 100644 index 0000000..b856731 --- /dev/null +++ b/templates/login/fas.html @@ -0,0 +1,43 @@ +{% extends "master.html" %} +{% block main %} + +{% if error %} +
+
+

{{ error }}

+
+
+ +{% endif %} + + + +
+

{{description}}

+
+ +{% endblock %} -- cgit