Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
|
configuration:authentification [2015/09/21 11:59] catherine.balleydier@grenoble-inp.fr |
configuration:authentification [2016/09/08 15:42] (Version actuelle) catherine.balleydier@grenoble-inp.fr [Menu connexion] |
||
|---|---|---|---|
| Ligne 107: | Ligne 107: | ||
| /home/sympa/etc/web_tt2/fr_FR/**loginbanner.tt2** | /home/sympa/etc/web_tt2/fr_FR/**loginbanner.tt2** | ||
| - | <input type="hidden" name="action" value="sso_login" /> | + | <code> |
| [% IF sso_number == 1 %] | [% IF sso_number == 1 %] | ||
| - | <!-- ajout CB --> | + | <!-- Maj message pour connexion --> |
| - | <label for="auth_service_name"><b> --- CONNEXION pour Grenoble INP : </b></label> | + | <label for="auth_service_name"></br><b> --- CONNEXION pour Grenoble INP : </b></label> |
| - | <!-- fin ajout CB --> | + | <!-- FIN Maj message pour connexion --> |
| - | + | ||
| - | [% FOREACH server = sso %] | + | |
| - | ..................... | + | |
| [% FOREACH server = sso %] | [% FOREACH server = sso %] | ||
| <input type="hidden" name="auth_service_name" value="[% server.key %]" /> | <input type="hidden" name="auth_service_name" value="[% server.key %]" /> | ||
| - | <button type="submit" name="action_sso_login" value="[% server.value %]"> | + | <button type="submit" name="action_sso_login" value="[% server.value %]"><i class="fa fa-user"></i> [% server.value %]</button> |
| - | <i class="fa fa-user"></i> [% server.value %]</button> | + | |
| [% END %] | [% END %] | ||
| [% ELSE %] | [% ELSE %] | ||
| - | <!-- ajout CB --> | + | <!-- Maj message pour connexion pour shibboleth --> |
| - | <!-- <label for="auth_service_name">[%|loc%]To login, select your organization authentication server below: | + | <!-- <label for="auth_service_name">[%|loc%]To login, select your organization authentication server below:[%END%]</label> --> |
| - | [%END%]    </label> --> | + | <label for="sso_login">CONNEXION -- Authentification pour Grenoble INP -- Federation Renater pour les autres : </label> |
| - | <label for="auth_service_name"> <b> --- CONNEXION pour Grenoble INP : | + | <!-- FIN Maj message pour connexion pour shibboleth --> |
| - | </b>Authentification_Grenoble-INP <b>--- Pour la federation Renater : | + | ........... |
| - | </b>Authentification_Federation_Renater</label> | + | <input type="hidden" name="action" value="login" /> |
| - | <font color=#000000> | + | <!-- Maj message pour connexion pour exterieurs a la fede --> |
| - | <!-- fin ajout CB --> | + | <!-- <li><label for="email_login">[%|loc%]email address:[%END%] --> |
| - | <select id="auth_service_name" name="auth_service_name" onchange="this.form.submit();"> | + | <li><label for="email_login">- - - - EXTERIEURS a la FEDERATION RENATER - - - -</br></br> [%|loc%]email address:[%END%] |
| - | [% FOREACH server = sso %] | + | <!-- FIN Maj message pour connexion pour exterieurs a la fede --> |
| - | <option value="[% server.key %]">[% server.value %]</option> | + | <input type="text" name="email" id="email_login" size="28" value="[% unauthenticated_email %]" /></label></li> |
| - | [% END %] | + | |
| - | </select> | + | |
| - | <!-- ajout CB --> | + | |
| - | </font> | + | |
| - | <!-- fin ajout CB --> | + | |
| - | + | ||
| - | ..................... | + | |
| - | [% IF use_passwd == '1' %] | + | |
| - | <!-- ajout CB --> | + | |
| - | <li><label for="email_login"> <b>--- Pour les EXTERIEURS :</b> </label> | + | |
| - | <!-- fin ajout CB --> | + | |
| - | <li class="has-dropdown"> | + | |
| - | ..................... | + | |
| - | <!-- ajout CB --> | + | |
| - | <!-- <li><label for="email_login">[%|loc%]email address:[%END%] --> | + | |
| - | <li><label for="email_login"> - - - - Pour les EXTERIEURS - - - - </label> | + | |
| - | <label for="email_login">[%|loc%]email address:[%END%] | + | |
| - | <!-- fin ajout CB --> | + | |
| + | </code> | ||
