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/vi_VN/common.lang.php

    r11898 r11992  
    9090$lang['New on %s'] = 'hình mới ở %s';
    9191$lang['New password confirmation does not correspond'] = 'Xác nhận mật khẩu mới không được phản hồi';
    92 $lang['New password sent by email'] = 'Mật khẩu mới đã được gởi qua email của bạn';
    93 $lang['No email address'] = 'Không có địa chỉ email';
    94 $lang['No classic user matches this email address'] = 'Không có thành viên nào có địa chỉ email trùng với email này.';
    9592$lang['Notification'] = 'Thông báo';
    9693$lang['Number of items'] = 'Số lượng hình';
     
    112109$lang['Search'] = 'Tìm kiếm';
    113110$lang['display available tags'] = 'Xem các tag được dùng';
    114 $lang['Send new password'] = 'Gởi mật khẩu mới';
    115111$lang['Since'] = 'Từ';
    116112$lang['Sort by'] = 'Sắp xếp theo';
     
    306302$lang['Album: %s'] = 'Đề mục: %s';
    307303$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status xấu đối với thành viên đăng thuộc nhóm "khách", sử dụng status mặc định. Thông báo ngay cho Quản trị';
    308 $lang['Administrator, webmaster and special user cannot use this method'] = 'Quản trị viên và thành viên đặc biệt không thể sử dụng cách này';
    309304$lang['this email address is already in use'] = 'đã có thành viên sử dụng địa chỉ email này';
    310305$lang['Album results for'] = 'Kết quả đề mục cho';
Note: See TracChangeset for help on using the changeset viewer.