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

    r11883 r11992  
    9595$lang['New on %s'] = 'Nový na %s';
    9696$lang['New password confirmation does not correspond'] = 'Zadané heslá sa nezhodujú.';
    97 $lang['New password sent by email'] = 'Nové heslo bolo zaslané e-mailom';
    98 $lang['No email address'] = 'Bez e-mailovej adresy';
    99 $lang['No classic user matches this email address'] = 'Nebol nájdený žiaden používateľ so zadanou e-mailovou adresou';
    10097$lang['Notification'] = 'RSS vlákno';
    10198$lang['Number of items'] = 'Počet položiek';
     
    117114$lang['Search'] = 'Vyhľadať';
    118115$lang['display available tags'] = 'Ukázať dostupné kľúčové slová';
    119 $lang['Send new password'] = 'Poslať nové heslo';
    120116$lang['Since'] = 'Od';
    121117$lang['Sort by'] = 'Zoradiť podľa';
     
    314310$lang['Album: %s'] = 'Album: %s';
    315311$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Zlý stav pre používateľa "hosť", bude použitý východzí stav. Prosím informujte webmastra.';
    316 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrátor, webmaster a špeciálny používateľ nemôžu použiť túto metódu.';
    317312$lang['this email address is already in use'] = 'táto e-mailová adresa je už používaná';
    318313$lang['Album results for'] = 'Výsledky pre album';
Note: See TracChangeset for help on using the changeset viewer.