nineinchnick / yii2-usr

Yii framework module for user authentication, password reset, registration and profile updating. A port of yii-usr to Yii Framework 2.0.
http://demo2.niix.pl
MIT License
39 stars 8 forks source link

Don't reference $_POST in DefaultController #6

Closed nineinchnick closed 10 years ago

nineinchnick commented 10 years ago

To see if a form has been posted results of Model.load() should be checked.

Also, check there load() is called AFTER setting scenario on model, which could stop from loading some attributes.