aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/Mageia/template/en/default/hook/account/prefs/account-field.html.tmpl
blob: 700f06a697eb1523e816456fb68953125fedb204 (plain)
1
2
3
4
5
6
7
8
9
10
[% IF Param('user_verify_class') == "LDAP" %]
  <tr>
    <th></th>
    <td>(Changes will be undone when you log out. Use the link below for permanent changes.)</td>
  </tr>
  <tr>
    <th>Edit account (email address, password, real name):</th>
    <td><a href="https://identity.mageia.org" target="_blank">Visit identity.mageia.org</a></td>
  </tr>
[% END %]