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

    r10352 r11992  
    9393$lang['New on %s'] = 'Nowe %s';
    9494$lang['New password confirmation does not correspond'] = 'Potwierdzenie podczas potwierdzania nowego hasła';
    95 $lang['New password sent by email'] = 'Nowe hasło wysłane na pocztą email';
    96 $lang['No email address'] = 'Brak adresu email';
    97 $lang['No classic user matches this email address'] = 'Brak użytkowników odpowiadających danemu adresowi email';
    9895$lang['Notification'] = 'Powiadamianie';
    9996$lang['Number of items'] = 'Liczba obiektów';
     
    116113$lang['Search'] = 'Szukaj';
    117114$lang['display available tags'] = 'Zobacz dostępne tagi';
    118 $lang['Send new password'] = 'Prześlij nowe hasło';
    119115$lang['Since'] = 'Od';
    120116$lang['Sort by'] = 'Sortuj po';
     
    313309$lang['Album: %s'] = 'Album: %s';
    314310$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Zły status dla użytkownika "gość", używam domyślnego';
    315 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster i special user nie mogą używać tej metody';
    316311$lang['this email address is already in use'] = 'użytkownik już używa tego adresu email';
    317312$lang['Album results for'] = 'Wyniki albumu dla';
Note: See TracChangeset for help on using the changeset viewer.