From 09c33cf308c283645c996b1b81e66d1385e466d1 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 23 Feb 2021 12:39:54 +0100 Subject: [PATCH] universite-lorraine: add text on login page and custom saml login block (#51364) --- .../authentic2/login_password_form.html | 9 +++++++++ .../authentic2_auth_saml/login.html | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 templates/variants/universite-lorraine/authentic2/login_password_form.html create mode 100644 templates/variants/universite-lorraine/authentic2_auth_saml/login.html diff --git a/templates/variants/universite-lorraine/authentic2/login_password_form.html b/templates/variants/universite-lorraine/authentic2/login_password_form.html new file mode 100644 index 00000000..073e9e18 --- /dev/null +++ b/templates/variants/universite-lorraine/authentic2/login_password_form.html @@ -0,0 +1,9 @@ +{% extends "authentic2/login_password_form.html" %} + +{% block form %} +

+Vous n’avez pas de compte à l’université, mais on vous a créé un compte dans +l’application ? Dans ce cas, utilisez le formulaire ci-dessous : +

+{{ block.super }} +{% endblock %} diff --git a/templates/variants/universite-lorraine/authentic2_auth_saml/login.html b/templates/variants/universite-lorraine/authentic2_auth_saml/login.html new file mode 100644 index 00000000..eb1da1b6 --- /dev/null +++ b/templates/variants/universite-lorraine/authentic2_auth_saml/login.html @@ -0,0 +1,11 @@ +

+Pour vous connecter avec votre compte de l’Université de Lorraine, +utilisez le bouton « Connexion UL » ci-dessous : +

+ +
+ + {% if cancel %} + + {% endif %} +