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

    r11960 r11992  
    9191$lang['New on %s'] = 'Нови на %s';
    9292$lang['New password confirmation does not correspond'] = 'Потврда нове лозинке не одговара';
    93 $lang['New password sent by email'] = 'Нова лозинка послана електронском поруком';
    94 $lang['No email address'] = 'Нема електронске адресе';
    95 $lang['No classic user matches this email address'] = 'Ниједан корисник се не поклапа с овом електронском адресом';
    9693$lang['Notification'] = 'Обавештење';
    9794$lang['Number of items'] = 'Број ставки';
     
    113110$lang['Search'] = 'Претраживање';
    114111$lang['display available tags'] = 'Погледај доступне ознаке';
    115 $lang['Send new password'] = 'Пошаљи нову лозинку';
    116112$lang['Since'] = 'Од';
    117113$lang['Sort by'] = 'Сложено по';
     
    307303$lang['Album: %s'] = 'Категорија: %s';
    308304$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Лош статус за корисника "гост", користи се подразумевани статус. Молимо обавестите мајстора интернет страница.';
    309 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster и посебни корисник не могу користити ову методу';
    310305$lang['this email address is already in use'] = 'корисник већ користи ову адресу електронске поште';
    311306$lang['Album results for'] = 'Резултати категорије за ';
Note: See TracChangeset for help on using the changeset viewer.