aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-07-18 20:36:56 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-07-18 20:47:45 +0200
commitb7225900223daefcc73446c9e9d5aaabe843e3e4 (patch)
treeeeb3e5da5f2510fc1247ab4b2bb93e71e7177995
parent224ec4a14c01789a9f085075b92a48eec677c8d9 (diff)
downloadbugs-b7225900223daefcc73446c9e9d5aaabe843e3e4.tar
bugs-b7225900223daefcc73446c9e9d5aaabe843e3e4.tar.gz
bugs-b7225900223daefcc73446c9e9d5aaabe843e3e4.tar.bz2
bugs-b7225900223daefcc73446c9e9d5aaabe843e3e4.tar.xz
bugs-b7225900223daefcc73446c9e9d5aaabe843e3e4.zip
Add a link to identity.m.o to edit user account settings (mga#21266)
-rw-r--r--extensions/Mageia/template/en/default/hook/account/prefs/account-field.html.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/extensions/Mageia/template/en/default/hook/account/prefs/account-field.html.tmpl b/extensions/Mageia/template/en/default/hook/account/prefs/account-field.html.tmpl
new file mode 100644
index 000000000..700f06a69
--- /dev/null
+++ b/extensions/Mageia/template/en/default/hook/account/prefs/account-field.html.tmpl
@@ -0,0 +1,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 %]