diff options
author | plegall <plg@piwigo.org> | 2011-08-24 20:03:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-24 20:03:53 +0000 |
commit | 2de0f01dce5913dcca68c28376205f0a6d473b7c (patch) | |
tree | 6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/mk_MK/common.lang.php | |
parent | c1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/mk_MK/common.lang.php | 5 |
1 files changed, 0 insertions, 5 deletions
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'; |