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/ko_KR/common.lang.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'language/ko_KR') 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'] = '정렬 순서'; -- cgit v1.2.3