Changeset 11992 for trunk/language/en_UK


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

    r11839 r11992  
    9191$lang['New on %s'] = "New on %s";
    9292$lang['New password confirmation does not correspond'] = "New password confirmation does not match";
    93 $lang['New password sent by email'] = "New password sent by email";
    94 $lang['No email address'] = "No email address";
    95 $lang['No classic user matches this email address'] = "No classic user matches this email address";
    9693$lang['Notification'] = "Notification";
    9794$lang['Number of items'] = "Number of items";
     
    114111$lang['Search'] = "Search";
    115112$lang['display available tags'] = "display available tags";
    116 $lang['Send new password'] = "Send new password";
    117113$lang['Since'] = "Since";
    118114$lang['Sort by'] = "Sort by";
     
    310306$lang['Album: %s'] = "Album: %s";
    311307$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster.";
    312 $lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster and special user cannot use this method";
    313308$lang['this email address is already in use'] = "this email address is already in use";
    314309$lang['Album results for'] = "Album results for";
     
    357352$lang['validate this comment'] = 'validate this comment';
    358353$lang['html tags are not allowed in login'] = 'html tags are not allowed in login';
     354$lang['Enter a username or email address'] = 'Enter a username or email address';
     355$lang['Invalid username or email'] = 'Invalid username or email';
     356$lang['Password reset is not allowed for this user'] = 'Password reset is not allowed for this user';
     357$lang['User "%s" has no email address, password reset is not possible'] = 'User "%s" has no email address, password reset is not possible';
     358$lang['Someone requested that the password be reset for the following user account:'] = 'Someone requested that the password be reset for the following user account:';
     359$lang['Username "%s" on gallery %s'] = 'Username "%s" on gallery %s';
     360$lang['To reset your password, visit the following address:'] = 'To reset your password, visit the following address:';
     361$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'If this was a mistake, just ignore this email and nothing will happen.';
     362$lang['Password Reset'] = 'Password Reset';
     363$lang['Check your email for the confirmation link'] = 'Check your email for the confirmation link';
     364$lang['Invalid key'] = 'Invalid key';
     365$lang['The passwords do not match'] = 'The passwords do not match';
     366$lang['Your password has been reset'] = 'Your password has been reset';
     367$lang['Return to home page'] = 'Return to home page';
     368$lang['Please enter your username or email address.'] = 'Please enter your username or email address.';
     369$lang['You will receive a link to create a new password via email.'] = 'You will receive a link to create a new password via email.';
     370$lang['Username or email'] = 'Username or email';
     371$lang['Change my password'] = 'Change my password';
     372$lang['Enter your new password below.'] = 'Enter your new password below.';
    359373?>
Note: See TracChangeset for help on using the changeset viewer.