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

    r10351 r11992  
    9292$lang['New on %s'] = 'Nouveau le %s';
    9393$lang['New password confirmation does not correspond'] = 'Erreur de confirmation de mot de passe';
    94 $lang['New password sent by email'] = 'Nouveau mot de passe envoyé par courriel';
    95 $lang['No email address'] = 'Pas d\'adresse de courriel';
    96 $lang['No classic user matches this email address'] = 'Cette adresse de courriel ne correspond à aucun utilisateur classique';
    9794$lang['Notification'] = 'Notifications RSS';
    9895$lang['Number of items'] = 'Nombre d\'élément';
     
    115112$lang['Search'] = 'Rechercher';
    116113$lang['display available tags'] = 'Voir les mots clés disponibles';
    117 $lang['Send new password'] = 'Envoyer le nouveau mot de passe';
    118114$lang['Since'] = 'Depuis';
    119115$lang['Sort by'] = 'Trier selon';
     
    314310$lang['Album: %s'] = 'Catégorie : %s';
    315311$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.';
    316 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrateur, webmestre et utilisateur spécial ne peuvent pas utiliser cette méthode';
    317312$lang['this email address is already in use'] = 'un autre utilisateur utilise déjà cette adresse de courriel';
    318313$lang['Album results for'] = 'Résultats des catégories pour';
Note: See TracChangeset for help on using the changeset viewer.