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/ja_JP/common.lang.php

    r11280 r11992  
    9393$lang['New on %s'] = '最新投稿 - %s';
    9494$lang['New password confirmation does not correspond'] = '新しいパスワードの承認が合致しません。';
    95 $lang['New password sent by email'] = '新しいパスワードがメール送信しました。';
    96 $lang['No email address'] = 'メールアドレスがありません。';
    97 $lang['No classic user matches this email address'] = 'このメールアドレスに合致するユーザは存在しません。';
    9895$lang['Notification'] = '通知';
    9996$lang['Number of items'] = 'アイテム数';
     
    116113$lang['Search'] = '検索';
    117114$lang['display available tags'] = '利用可能なタグを表示する';
    118 $lang['Send new password'] = '新しいパスワードを送信する';
    119115$lang['Since'] = 'Since';
    120116$lang['Sort by'] = '並び替え';
     
    310306$lang['Album: %s'] = 'カテゴリ: %s';
    311307$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'デフォルトステータスの使用に関して、ユーザ「ゲスト」は正しくないステータスです。ウェブマスタにご連絡ください。';
    312 $lang['Administrator, webmaster and special user cannot use this method'] = '管理者、ウェブマスタおよび特別ユーザは、この方法を使用できません。';
    313308$lang['this email address is already in use'] = 'このメールアドレスは、すでに他のユーザに使用されています。';
    314309$lang['Album results for'] = 'カテゴリ検索結果:';
Note: See TracChangeset for help on using the changeset viewer.