Rajoute un lien sur le login_switch pour reset le mdp avec une explication pour les gens utilisant le CAS
This commit is contained in:
parent
830309225a
commit
d9490ba34a
2 changed files with 32 additions and 10 deletions
|
@ -37,6 +37,22 @@ html, body {
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#container-footer {
|
||||||
|
width: 100%;
|
||||||
|
background: #505160;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container-footer p {
|
||||||
|
padding: 5px;
|
||||||
|
font-weight: initial;
|
||||||
|
font-size: 1em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container-footer a {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
Background color definitions
|
Background color definitions
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,4 +19,10 @@
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if oldcas %}
|
||||||
|
<div id="container-footer">
|
||||||
|
{% url "authens:reset.pwd" as url_reset %}
|
||||||
|
<p>{% blocktrans %}Si votre fin de scolarité approche, créez un mot de passe pour votre compte pour bénéficier de la connexion vieilleux : <a href="{{ url_reset }}">Créer un mot de passe</a>.{% endblocktrans %}</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue