Changeset 1228 for branches/1.2


Ignore:
Timestamp:
02/23/10 16:54:05 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.2] Change tester to "noTags" instead of "testPassword" because the second will fail for most users updating SWCMS/Pligg passwords.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/libs/UserAuth.php

    r1218 r1228  
    397397             
    398398             
    399             $password_check_old = $h->cage->post->testPassword('password_old');     
     399            $password_check_old = $h->cage->post->noTags('password_old'); 
    400400             
    401401            if ($this->loginCheck($h, $this->name, $password_check_old)) { 
Note: See TracChangeset for help on using the changeset viewer.