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

    r11915 r11992  
    9595$lang['New on %s'] = 'Nový na %s';
    9696$lang['New password confirmation does not correspond'] = 'Zadaná hesla se neshodují.';
    97 $lang['New password sent by email'] = 'Nové heslo bylo zasláno e-mailem';
    98 $lang['No email address'] = 'Bez e-mailové adresy';
    99 $lang['No classic user matches this email address'] = 'Nebyl nalezen žádný uživatel se zadanou e-mailovou adresou';
    10097$lang['Notification'] = 'RSS vlákno';
    10198$lang['Number of items'] = 'Počet položek';
     
    117114$lang['Search'] = 'Vyhledat';
    118115$lang['display available tags'] = 'Ukázat dostupná klíčová slova';
    119 $lang['Send new password'] = 'Poslat nové heslo';
    120116$lang['Since'] = 'Od';
    121117$lang['Sort by'] = 'Řadit podle';
     
    314310$lang['Album: %s'] = 'Album: %s';
    315311$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Špatný stav pro uživatele "host", bude použit výchozí stav. Prosím informujte administrátora.';
    316 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrátor nemůže použít tuto metodu.';
    317312$lang['this email address is already in use'] = 'Tato e-mailová adresa je již používána';
    318313$lang['Album results for'] = 'Alba výsledky pro';
Note: See TracChangeset for help on using the changeset viewer.