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

    r11383 r11992  
    9191$lang['New on %s'] = 'Yeni %s';
    9292$lang['New password confirmation does not correspond'] = 'Parola dogrulama hatası';
    93 $lang['New password sent by email'] = 'Yeni parolanız e-postanıza yollandı';
    94 $lang['No email address'] = 'E-posta adresi yok';
    95 $lang['No classic user matches this email address'] = 'Bu e-posta adresiyle kayıtlı böyle bir kullanıcı yok.';
    9693$lang['Notification'] = 'Hatırlatma';
    9794$lang['Number of items'] = 'Ürün adedi';
     
    114111$lang['Search'] = 'Arama';
    115112$lang['display available tags'] = 'Uygun Etiketler';
    116 $lang['Send new password'] = 'Yeni Parola Gönder';
    117113$lang['Since'] = 'Şu tarihten beri:';
    118114$lang['Sort by'] = 'Sırala';
     
    275271$lang['Album: %s'] = 'Albüm: %s';
    276272$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Kullanıcı için kötü statü "ziyaretçi", varsayılan statü kullanılıyor. Lütfen webmaster\'a bildirin';
    277 $lang['Administrator, webmaster and special user cannot use this method'] = 'Yönetici, webmaster ve özel kullanıcı bu metodu kullanamaz';
    278273$lang['this email address is already in use'] = 'bu e-posta adresi başka bir kullanıcı tarafından kullanılmaktadır.';
    279274$lang['Album results for'] = 'Albüm sonuçları';
Note: See TracChangeset for help on using the changeset viewer.