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

    r11954 r11992  
    9191$lang['New on %s'] = 'Neu am %s';
    9292$lang['New password confirmation does not correspond'] = 'Fehler bei der Bestätigung des Passwortes';
    93 $lang['New password sent by email'] = 'Neues Passwort per E-Mail zugesendet';
    94 $lang['No email address'] = 'Keine E-Mail-Adresse';
    95 $lang['No classic user matches this email address'] = 'Diese E-Mail-Adresse ist nicht bekannt';
    9693$lang['Notification'] = 'RSS-Feed';
    9794$lang['Number of items'] = 'Anzahl der Elemente';
     
    113110$lang['Search'] = 'Suchen';
    114111$lang['display available tags'] = 'alle verfügbaren Stichworte';
    115 $lang['Send new password'] = 'Sende mir ein neues Passwort';
    116112$lang['Since'] = 'Seit';
    117113$lang['Sort by'] = 'Sortieren nach';
     
    308304$lang['Album: %s'] = 'Album: %s';
    309305$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status, der Benutzer "guest" nicht entspricht, Verwendung des Standardstatus. Bitte kontaktieren Sie den Webmaster.';
    310 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, Webmaster und spezielle Benutzer können diese Methode nicht verwenden';
    311306$lang['this email address is already in use'] = 'diese E-Mail-Adresse wird bereits verwendet';
    312307$lang['Album results for'] = 'Albumresultate für';
Note: See TracChangeset for help on using the changeset viewer.