Changeset 25121 for trunk/admin


Ignore:
Timestamp:
Oct 24, 2013, 7:55:00 PM (11 years ago)
Author:
flop25
Message:

bug:2948 The registration can be done without typing a password

The password is only mandatory on the public register page
Better error messages from admin/user_list.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r25116 r25121  
    194194    {
    195195      $page['errors'][] = l10n('Password confirmation is missing. Please confirm the chosen password.');
    196     }
    197     else if(empty($_POST['email']))
    198     {
    199       $page['errors'][] = l10n('Email address is missing. Please specify an email address.');
    200196    }
    201197    else if ($_POST['password'] != $_POST['password_conf'])
Note: See TracChangeset for help on using the changeset viewer.