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/th_TH/common.lang.php | |
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/th_TH/common.lang.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/language/th_TH/common.lang.php b/language/th_TH/common.lang.php index e336287a5..0e2beac5d 100644 --- a/language/th_TH/common.lang.php +++ b/language/th_TH/common.lang.php @@ -86,9 +86,6 @@ $lang['Identification'] = 'เอกลักษณ์'; $lang['Photos only RSS feed'] = 'RSS feed สำหรับภาพเท่านั้น'; $lang['Keyword'] = 'คำค้น'; $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'] = 'มิติดั้งเดิม'; @@ -109,7 +106,6 @@ $lang['Search rules'] = 'ขอบเขตการค้นหา'; $lang['Search tags'] = 'ค้นหาแท็ค'; $lang['Search'] = 'ค้นหา'; $lang['display available tags'] = 'แสดงแท็คที่ใช้ได้'; -$lang['Send new password'] = 'ส่งรหัสผ่านใหม่'; $lang['Since'] = 'ตั้งแต'; $lang['Sort by'] = 'จัดเรียงโดย'; $lang['Sort order'] = 'ลำดับการจัดเรียง'; |