userpage: change email (+ confirmation)

edit/add button added for email address. Confirmation works too.
This commit is contained in:
Harvey Tindall
2023-06-18 19:38:09 +01:00
parent 03f1a3dbc0
commit 609039baeb
40 changed files with 309 additions and 66 deletions
+6 -2
View File
@@ -33,9 +33,13 @@
"reEnable": "Re-enable",
"disable": "Disable",
"contactMethods": "Contact Methods",
"addContactMethod": "Add Contact Method",
"editContactMethod": "Edit Contact Method",
"accountStatus": "Account Status",
"notSet": "Not set",
"expiry": "Expiry"
"expiry": "Expiry",
"add": "Add",
"edit": "Edit"
},
"notifications": {
"errorLoginBlank": "The username and/or password were left blank.",
@@ -58,4 +62,4 @@
"plural": "{n} Days"
}
}
}
}