In this wiki I will show how could use a TbActiveForm for changing the old password with help of old, new and repeat password features.
In this wiki I will show how could use a TbActiveForm for changing the old password with help of old, new and repeat password features.
I recently created a project called Yii-App on GitHub to kickstart my development of smaller Yii applications. The main goal of the project is to provide a ready-to-use application template that includes my bootstrap extension and many other useful extensions. After reading this article you will be able to use...
Update: This wiki has been rewritten to be in line with Yii 1.1.14. Since many of the detailed complexities are now handled by Yii, the article focuses on how the crypt()
built-in function works and why it's important to use it correctly.
In this article I will show you how to implement a secure password hashing mechanism in your Yii projects using a bCrypt class.
This wiki has been replaced by Use crypt() for password storage.
I had some troubles with the password confirmation field for when adding updating user records, so i thought that i should share the way i got it working.
Sometimes you need to force a user to change their password after x number of days. This article describes how to implement this using a filter, ChangePasswordFilter.