Ignore:
Timestamp:
Aug 24, 2011, 10:03:53 PM (13 years ago)
Author:
plg
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/zh_TW/common.lang.php

    r11271 r11992  
    9393$lang['New on %s'] = '新創於 %s';
    9494$lang['New password confirmation does not correspond'] = '前後密碼不一致';
    95 $lang['New password sent by email'] = '新密碼已發送';
    96 $lang['No email address'] = '沒有郵箱地址';
    97 $lang['No classic user matches this email address'] = '此郵箱地址不存在';
    9895$lang['Notification'] = '通知';
    9996$lang['Number of items'] = '總數';
     
    116113$lang['Search'] = '搜索';
    117114$lang['display available tags'] = '查看現有標籤';
    118 $lang['Send new password'] = '發送新密碼';
    119115$lang['Since'] = '自從';
    120116$lang['Sort by'] = '排序';
     
    310306$lang['Album: %s'] = '相冊: %s';
    311307$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果遊客反常擁有普通用戶才擁有狀態,請向網絡管理員報告。';
    312 $lang['Administrator, webmaster and special user cannot use this method'] = '管理員, 網管和特定用戶不能使用此方法功能';
    313308$lang['this email address is already in use'] = '郵箱地址已存在';
    314309$lang['Album results for'] = '相冊的結果';
Note: See TracChangeset for help on using the changeset viewer.