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

    r10351 r11992  
    4848$lang['Registration of %s'] = "Registrering av %s";
    4949$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Feil status for bruker \"gjest\", default status vil bli brukt. Vennligst kontakt webmaster.";
    50 $lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster og spesial bruker kan ikke bruke denne metoden";
    5150$lang['this email address is already in use'] = "En annen bruker har allerede denne mail addressen";
    5251$lang['Tag results for'] = "Tag resultat for";
     
    150149$lang['Average rate'] = 'Gjennomsnittlig rate';
    151150$lang['New password confirmation does not correspond'] = 'Nytt passord bekreftelse er ikke lik';
    152 $lang['New password sent by email'] = 'Nytt passord sendt via email';
    153 $lang['No email address'] = 'Ingen email addresse';
    154 $lang['No classic user matches this email address'] = 'Ingen kjent bruker har denne email addressen';
    155151$lang['Notification'] = 'Til informasjon';
    156152$lang['Number of items'] = 'Antall poster';
     
    173169$lang['Search'] = 'Søk';
    174170$lang['display available tags'] = 'Se tilgjengelige tags';
    175 $lang['Send new password'] = 'Send nytt passord';
    176171$lang['Since'] = 'Siden';
    177172$lang['Sort by'] = 'Sorter etter';
Note: See TracChangeset for help on using the changeset viewer.