Skip to content
Snippets Groups Projects
Commit 7b9ce7ed authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix spurious < character in user name

parent 0abe90f5
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname ...@@ -20,7 +20,7 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname
<caption>Profil d'utilisateur: [% account.profile() %]</caption> <caption>Profil d'utilisateur: [% account.profile() %]</caption>
<tr> <tr>
<td><strong>nom d'utilisateur:</strong></td> <td><strong>nom d'utilisateur:</strong></td>
<td>user[% account.id() %]<</td> <td>user[% account.id() %]</td>
</tr> </tr>
<tr> <tr>
<td><strong>mot de passe:</strong></td> <td><strong>mot de passe:</strong></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment