diff options
author | plegall <plg@piwigo.org> | 2011-08-24 20:03:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-24 20:03:53 +0000 |
commit | 2de0f01dce5913dcca68c28376205f0a6d473b7c (patch) | |
tree | 6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/fa_IR | |
parent | c1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff) |
feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress :
1) in a single field, you give a username or an email
2) Piwigo sends an email with the activation key
3) the user clicks on the link in the email (with the activation key) and is able to set a new password
The "lost password" feature is no longer limited to "classic" users:
administrators and webmasters can use it too (no need to tell webmasters
that they can only change their password in the database)
git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fa_IR/common.lang.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/language/fa_IR/common.lang.php b/language/fa_IR/common.lang.php index 2eb8fde6d..224063955 100644 --- a/language/fa_IR/common.lang.php +++ b/language/fa_IR/common.lang.php @@ -91,9 +91,6 @@ $lang['Links'] = "لینکها"; $lang['N/A'] = "N/A"; $lang['New on %s'] = "جدید در %s"; $lang['New password confirmation does not correspond'] = "تایید گذرواژه با گذرواژه مطابقت ندارند!"; -$lang['New password sent by email'] = "گذرواژه جدید با ایمیل ارسال شد."; -$lang['No email address'] = "آدرس ایمیل یافت نشد."; -$lang['No classic user matches this email address'] = "هیچ کاربری یا این آدرس ایمیل مطابقت ندارد"; $lang['Notification'] = "خبرنامه"; $lang['Number of items'] = "تعداد آیتمها"; $lang['Original dimensions'] = "ابعاد اصلی"; @@ -114,7 +111,6 @@ $lang['Search rules'] = "قوانین جستجو"; $lang['Search tags'] = "جستجوی برچسبها"; $lang['Search'] = "جستجو"; $lang['display available tags'] = "نمایش برچسبهای موجود"; -$lang['Send new password'] = "ارسال گذرواژه جدید"; $lang['Since'] = "Since"; $lang['Sort by'] = "مرتب سازی با"; $lang['Sort order'] = "Sort order"; @@ -308,7 +304,6 @@ $lang['Admin: %s'] = "Admin: %s"; $lang['Registration of %s'] = "Registration of %s"; $lang['Album: %s'] = "Category: %s"; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "وضعیت بد برای کاربر \"میهمان\" ، وضعیت پیشفرض . لطفا این موضوع را با وبمستر(مدیرسایت) در میان بگذارید."; -$lang['Administrator, webmaster and special user cannot use this method'] = "مدیر ، وبمستر و کاربر ویژه نمیتوانند از این متد استفاده نمایند."; $lang['this email address is already in use'] = "یک کاربر دیگر این آدرس ایمیل را در سیستم ثبت کرده است."; $lang['Album results for'] = "نتایج دسته برای"; $lang['Tag results for'] = "نتایج برچسب برای"; |