Ignore:
Timestamp:
Aug 24, 2011, 10:03:53 PM (13 years ago)
Author:
plg
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/ko_KR/common.lang.php

    r11804 r11992  
    8686$lang['Keyword'] = '키워드';
    8787$lang['New password confirmation does not correspond'] = '새로운 비밀번호 확인이 일치하지 않습니다.';
    88 $lang['New password sent by email'] = '새 비밀번호가 이메일로 전송되었습니다';
    89 $lang['No email address'] = '이메일 주소가 없습니다';
    90 $lang['No classic user matches this email address'] = '이 이메일 주소와 일치하는 사용자가 없습니다';
    9188$lang['Notification'] = '알림';
    9289$lang['Number of items'] = '항목 수';
     
    109106$lang['Search'] = '검색';
    110107$lang['display available tags'] = '사용 가능한 태그 보이기';
    111 $lang['Send new password'] = '새 비밀번호를 보냅니다';
    112108$lang['Since'] = '기간';
    113109$lang['Sort by'] = '정렬 기준';
Note: See TracChangeset for help on using the changeset viewer.