mfazliazran / webberig-applications-framework

Automatically exported from code.google.com/p/webberig-applications-framework
Other
0 stars 0 forks source link

Problem with updating users #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you edit an existing user without changing the password, you will get 
following error:
Notice: Undefined variable: pass in 
/home/openpanel-admin/sites/www.testlocatie.be/public_html/w_cms/application/cla
sses/Users.class.php  on line 62

The user is updated, so this won't block in production.

However, if you change the user's password, no validation is done on the 
password. The policy for creating passwords is not enforced when changing the 
password.

What is the expected output?
Fix the notice, and make sure the validator for passwords is used when the 
password is being changed.

Original issue reported on code.google.com by math...@webberig.be on 14 Aug 2011 at 8:18

GoogleCodeExporter commented 8 years ago

Original comment by math...@webberig.be on 14 Aug 2011 at 8:54

GoogleCodeExporter commented 8 years ago
Solved in rev 19

Original comment by math...@webberig.be on 15 Aug 2011 at 7:48