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

    r11863 r11992  
    5050$lang['Album: %s'] = 'Album: %s';
    5151$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Användarstatus för \"gäst\" är ogiltig, standard status kommer användas. Vänligen informera webbansvarig.';
    52 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administratör, webmaster och speciell användare kan inte använda denna metod';
    5352$lang['this email address is already in use'] = 'en annan användare använder redan denna e-post';
    5453$lang['Album results for'] = 'Albumresultat för';
     
    127126$lang['Links'] = 'Länkar';
    128127$lang['New password confirmation does not correspond'] = 'Bekräftelse av det nya lösenordet matchar inte';
    129 $lang['New password sent by email'] = 'Nytt lösenord har skickats';
    130 $lang['No email address'] = 'E-postadress saknas';
    131 $lang['No classic user matches this email address'] = 'Ingen träff på e-postadressen';
    132128$lang['Notification'] = 'Meddelande';
    133129$lang['Number of items'] = 'Antal';
     
    149145$lang['Search'] = 'Sök';
    150146$lang['display available tags'] = 'visa tillgängliga taggar';
    151 $lang['Send new password'] = 'Skicka nytt lösenord';
    152147$lang['Since'] = 'Sedan';
    153148$lang['Sort by'] = 'Sortera efter';
Note: See TracChangeset for help on using the changeset viewer.