mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
- updates after new password change process
This commit is contained in:
parent
30bf179ea2
commit
06a7ce8b7b
|
@ -86,6 +86,8 @@ $text["category_filter"] = "Only categories";
|
|||
$text["category_in_use"] = "This category is currently used by documents.";
|
||||
$text["categories"] = "Categories";
|
||||
$text["change_assignments"] = "Change Assignments";
|
||||
$text["change_password"] = "Change password";
|
||||
$text["change_password_message"] = "Your password has been changed.";
|
||||
$text["change_status"] = "Change Status";
|
||||
$text["choose_category"] = "Please choose";
|
||||
$text["choose_group"] = "Choose group";
|
||||
|
@ -324,10 +326,12 @@ $text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images";
|
|||
$text["owner"] = "Owner";
|
||||
$text["ownership_changed_email"] = "Owner changed";
|
||||
$text["password"] = "Password";
|
||||
$text["password_repeat"] = "Repeat password";
|
||||
$text["password_forgotten"] = "Password forgotten";
|
||||
$text["password_forgotten_email_subject"] = "Password forgotten";
|
||||
$text["password_forgotten_email_body"] = "Dear user of LetoDMS,\n\nwe have received a request to reset your old password and generate a new\none.\n\nYour new password is: ###PASSWORD###\n\nPlease change it imediately after you have logged in successfully.\nIf you have still problems to login, then please contact the your\nadminstrator";
|
||||
$text["password_forgotten_send_password"] = "Your new password has been send to the user's email address";
|
||||
$text["password_forgotten_email_body"] = "Dear user of LetoDMS,\n\nwe have received a request to change your password.\n\nThis can be done by clicking on the following link:\n\n###URL_PREFIX###out/out.ChangePassword.php?hash=###HASH###\n\nIf you have still problems to login, then please contact your administrator.";
|
||||
$text["password_forgotten_send_hash"] = "Instructions on how to proceed has been send to the user's email address";
|
||||
$text["password_forgotten_text"] = "Fill out the form below and follow the instructions in the email, which will be send to you.";
|
||||
$text["password_forgotten_title"] = "Password send";
|
||||
$text["personal_default_keywords"] = "Personal keywordlists";
|
||||
$text["previous_versions"] = "Previous Versions";
|
||||
|
@ -539,7 +543,8 @@ $text["status_unknown"] = "Unknown";
|
|||
$text["storage_size"] = "Storage size";
|
||||
$text["submit_approval"] = "Submit approval";
|
||||
$text["submit_login"] = "Sign in";
|
||||
$text["submit_password_forgotten"] = "Set new password and send by email";
|
||||
$text["submit_password"] = "Set new password";
|
||||
$text["submit_password_forgotten"] = "Start process";
|
||||
$text["submit_review"] = "Submit review";
|
||||
$text["sunday"] = "Sunday";
|
||||
$text["theme"] = "Theme";
|
||||
|
|
Loading…
Reference in New Issue
Block a user