aboutsummaryrefslogtreecommitdiffstats
path: root/language/ko_KR
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/ko_KR
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (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 'language/ko_KR')
-rw-r--r--language/ko_KR/common.lang.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/language/ko_KR/common.lang.php b/language/ko_KR/common.lang.php
index f1fb8b810..5a5596c03 100644
--- a/language/ko_KR/common.lang.php
+++ b/language/ko_KR/common.lang.php
@@ -85,9 +85,6 @@ $lang['Identification'] = '확인';
$lang['Photos only RSS feed'] = 'RSS피드 사진들';
$lang['Keyword'] = '키워드';
$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'] = '알림';
$lang['Number of items'] = '항목 수';
$lang['Original dimensions'] = '원본 해상도';
@@ -108,7 +105,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'] = '정렬 순서';