Changeset 25149 for branches


Ignore:
Timestamp:
Oct 25, 2013, 9:33:57 PM (10 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/register.php

    r20609 r25149  
    4848  }
    4949
    50   if ($_POST['password'] != $_POST['password_conf'])
     50  if ($_POST['password'] != $_POST['password_conf'] or empty($_POST['password']))
    5151  {
    5252    array_push($page['errors'], l10n('please enter your password again'));
Note: See TracChangeset for help on using the changeset viewer.