Closes #164: admin can send a password reset email to users

This commit is contained in:
Benjamin Gamard
2018-01-07 19:56:11 +01:00
parent b2d9684738
commit 7fc50f2629
3 changed files with 30 additions and 9 deletions
+4 -1
View File
@@ -249,7 +249,10 @@
"storage_quota_placeholder": "Storage quota (in MB)",
"password": "Password",
"password_confirm": "Password (confirm)",
"disabled": "Disabled user"
"disabled": "Disabled user",
"password_reset_btn": "Send a password reset email to this user",
"password_lost_sent_title": "Password reset email sent",
"password_lost_sent_message": "A password reset email has been sent to <strong>{{ username }}</strong> for a password reset"
}
},
"security": {