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/mk_MK/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/mk_MK/common.lang.php') diff --git a/language/mk_MK/common.lang.php b/language/mk_MK/common.lang.php index c80f560ab..8398ef1f4 100644 --- a/language/mk_MK/common.lang.php +++ b/language/mk_MK/common.lang.php @@ -100,9 +100,6 @@ $lang['Links'] = 'Линкови'; $lang['N/A'] = 'Не е познат'; $lang['New on %s'] = 'Нова на %s'; $lang['New password confirmation does not correspond'] = 'Повторената нова лозинка не е точна. Пробајте повторно.'; -$lang['New password sent by email'] = 'Новата лозинка беше испратена на вашата email адреса.'; -$lang['No email address'] = 'Нема email адреса'; -$lang['No classic user matches this email address'] = 'Нема член со таква email адреса.'; $lang['Notification'] = 'RSS'; $lang['Number of items'] = 'Број на елементи'; $lang['Original dimensions'] = 'Оригинални димензии'; @@ -124,7 +121,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'] = 'Подредување по'; @@ -324,7 +320,6 @@ $lang['Yes'] = 'Да'; $lang['No'] = 'Не'; $lang['delete this comment'] = 'Избриши го коментарот'; $lang['Comment: %s'] = 'Коментар: %s'; -$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method'; $lang['Album results for'] = 'Резултат на Албуми за'; $lang['Tag results for'] = 'Таг резултати за'; $lang['from %s to %s'] = 'од %s до %s'; -- cgit v1.2.3