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

    r11868 r11992  
    9494$lang['New on %s'] = 'Új %s';
    9595$lang['New password confirmation does not correspond'] = 'Az új jelszó megerősítése nem sikerült';
    96 $lang['New password sent by email'] = 'Új jelszavát elküldtük e-mailben.';
    97 $lang['No email address'] = 'Nincs e-mail cím megadva';
    98 $lang['No classic user matches this email address'] = 'Ilyen e-mail címmel nincs regisztrált felhasználó';
    9996$lang['Notification'] = 'RSS';
    10097$lang['Number of items'] = 'Tételek száma';
     
    117114$lang['Search'] = 'Keresés';
    118115$lang['display available tags'] = 'Lehetséges címkék';
    119 $lang['Send new password'] = 'Új jelszó elküldése';
    120116$lang['Since'] = 'óta';
    121117$lang['Sort by'] = 'Rendezés';
     
    314310$lang['Album: %s'] = 'Album: %s';
    315311$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Rossz felhasználói állapot "vendég", az alapértelmezett állapot. Kérjük, küldjön értesítést a webmesternek.';
    316 $lang['Administrator, webmaster and special user cannot use this method'] = 'Adminisztrátor, webmester és különleges felhasználó nem használja ezt a módszert';
    317312$lang['this email address is already in use'] = 'Ezt az e-mail címet már egy másik felhasználó használja.';
    318313$lang['Album results for'] = 'Album eredményei';
Note: See TracChangeset for help on using the changeset viewer.