From 2de0f01dce5913dcca68c28376205f0a6d473b7c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Aug 2011 20:03:53 +0000 Subject: 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) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pt_BR/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/pt_BR') diff --git a/language/pt_BR/common.lang.php b/language/pt_BR/common.lang.php index 01c6ac9bc..ba53f7a48 100644 --- a/language/pt_BR/common.lang.php +++ b/language/pt_BR/common.lang.php @@ -92,9 +92,6 @@ $lang['Links'] = 'Links'; $lang['N/A'] = 'Não disponível'; $lang['New on %s'] = 'Novo em %s'; $lang['New password confirmation does not correspond'] = 'Erro na confirmação da senha'; -$lang['New password sent by email'] = 'Nova senha enviada por email'; -$lang['No email address'] = 'Falta o endereço de email'; -$lang['No classic user matches this email address'] = 'O endereço de email não corresponde a usário algum'; $lang['Notification'] = 'Notificação'; $lang['Number of items'] = 'Número de itens'; $lang['Original dimensions'] = 'Dimensão original'; @@ -115,7 +112,6 @@ $lang['Search rules'] = 'Critérios de busca'; $lang['Search tags'] = 'Pesquisar as tags'; $lang['Search'] = 'Pesquisa'; $lang['display available tags'] = 'Ver as tags disponíveis'; -$lang['Send new password'] = 'Enviar a nova senha'; $lang['Since'] = 'Desde '; $lang['Sort by'] = 'Listado por'; $lang['Sort order'] = 'Ordem de exibição'; @@ -314,7 +310,6 @@ $lang['Picture uploaded by %s'] = 'Imagem enviada por %s'; // --------- Starting below: New or revised $lang ---- from version 1.7.1 $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status ruim para o usuário "guest", será usado status padrão. Por favor, avise o administrador do site.'; // --------- Starting below: New or revised $lang ---- from Butterfly (2.0) -$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrador, webmaster e utilizador especial não podem utilizar este método'; $lang['this email address is already in use'] = 'um outro usuário já utiliza este email'; $lang['Album results for'] = 'Resultados da categoria para'; $lang['Tag results for'] = 'Resultados da tag para'; -- cgit v1.2.3