srchub

srchub Commit Details


Date:2014-10-30 21:06:13 (10 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:e982e6869b753f99872cb4969de4957775f61bb1
Parents: 9330e47398e81831e79a0f6a370b229afe9b3fef
Message:Fixing issue 59 with blank passwords being accepted

Changes:

File differences

indefero/src/IDF/Form/UserAccount.php
473473
474474
475475
476
476
477
477478
478479
479480
public function clean()
{
if (!isset($this->errors['password'])
&& !isset($this->errors['password2'])) {
&& !isset($this->errors['password2'])
&& strlen($this->cleaned_data["password"] > 0)) {
$password1 = $this->cleaned_data['password'];
$password2 = $this->cleaned_data['password2'];
if ($password1 != $password2) {

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06871s using 15 queries.