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

    r10398 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'] = 'منذ';
    120116$lang['Sort by'] = 'ترتيب حسب ..';
     
    316312$lang['Album: %s'] = 'الألبوم: %s';
    317313$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'وضغ سيئ للضيف "ضيف", استخدم الحالة الافرتاضية. يرجى ابلاغ المسؤول عن الموقع.';
    318 $lang['Administrator, webmaster and special user cannot use this method'] = 'خاصية للادارة فقط لايمكنك استخدامها';
    319314$lang['this email address is already in use'] = 'هذا البريد مسجل لدينامن قبل';
    320315$lang['Album results for'] = 'نتيجة البحث في الالبومات عن:';
Note: See TracChangeset for help on using the changeset viewer.