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

    r11556 r11992  
    9393$lang['New on %s'] = 'Novo em %s';
    9494$lang['New password confirmation does not correspond'] = 'Erro na confirmação da palavra-passe';
    95 $lang['New password sent by email'] = 'Nova palavra-passe enviada por email';
    96 $lang['No email address'] = 'Falta o endereço de email';
    97 $lang['No classic user matches this email address'] = 'O endereço de email não corresponde a nenhum utilizador';
    9895$lang['Notification'] = 'Notificação';
    9996$lang['Number of items'] = 'Número de items';
     
    116113$lang['Search'] = 'Pesquisa';
    117114$lang['display available tags'] = 'Ver as etiquetas disponíveis';
    118 $lang['Send new password'] = 'Enviar nova palavra-passe';
    119115$lang['Since'] = 'Desde ';
    120116$lang['Sort by'] = 'Ordenar por';
     
    312308$lang['Album: %s'] = 'Álbum: %s';
    313309$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'O utilizador "guest" tem um erro. Estado padrão será usado. Por favor, contacte o administrador do site.';
    314 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrador, webmaster e utilizador especial não podem utilizar este método';
    315310$lang['this email address is already in use'] = 'um outro utilizador já utiliza este email';
    316311$lang['Album results for'] = 'Resultados de álbum para';
Note: See TracChangeset for help on using the changeset viewer.