Yii 2.0 Part 7 - User functionality

This video looks at how the “web user“ class in the Yii framework links to a user-provided model class responsible for authenticating the user. We discuss the shortcomings of the basic template in that it lacks the database table for users and then we copy over the content from the advanced template to rectify this and end up with a database-driven user system. The problem I had with the password range validator was that I had set ’not’ to ’true’ but I should have used true instead. Apologies for the erro
Back to Top