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/bg_BG/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/bg_BG') diff --git a/language/bg_BG/common.lang.php b/language/bg_BG/common.lang.php index 478255cb6..591b19765 100644 --- a/language/bg_BG/common.lang.php +++ b/language/bg_BG/common.lang.php @@ -132,7 +132,6 @@ $lang['Admin: %s'] = 'Админ: %s'; $lang['Registration of %s'] = 'Регистрация на %s'; $lang['Album: %s'] = 'Албум: %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Грешен статус за потребител "guest", ще бъде използвана настройка по подразбиране. Моля уведомете уебмастерът.'; -$lang['Administrator, webmaster and special user cannot use this method'] = 'Администратор, уебмастър и специални потребители не могат да използват този метод'; $lang['this email address is already in use'] = 'този емайл адрес вече се използва.'; $lang['Album results for'] = 'Албумни резултати за'; $lang['Tag results for'] = 'Таг резултати за'; @@ -171,9 +170,6 @@ $lang['Links'] = 'Линкове'; $lang['N/A'] = 'N/A'; $lang['New on %s'] = 'Нови на %s'; $lang['New password confirmation does not correspond'] = 'Потвърждението за нова парола не съвпада'; -$lang['New password sent by email'] = 'Нова парола бе изпратена на мейла'; -$lang['No email address'] = 'Няма мейл адрес'; -$lang['No classic user matches this email address'] = 'Няма потребител със следният мейл адрес.'; $lang['Notification'] = 'RSS'; $lang['Number of items'] = 'Брой обекти'; $lang['Original dimensions'] = 'Оригинален размер'; @@ -194,7 +190,6 @@ $lang['Search rules'] = 'Критерий за търсене'; $lang['Search tags'] = 'Търси тагове'; $lang['Search'] = 'Търси'; $lang['display available tags'] = 'покажи налични тагове'; -$lang['Send new password'] = 'Изпрати нова парола'; $lang['Since'] = 'От'; $lang['Sort by'] = 'Сортирано по'; $lang['Sort order'] = 'Сортирай по'; -- cgit v1.2.3