Wiki articles in category Tutorials tagged with "password"

Showing 1-4 of 4 items.

Yii Change Password with use of old and repeat password using bootstrap TbActiveForm

Created 11 years ago by Rohit Suthar Rohit Suthar, updated 11 years ago by Rohit Suthar Rohit Suthar.

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.

0 0
7 followers
Viewed: 61 397 times
Version: 1.1
Category: Tutorials

Use crypt() for password storage

Created 13 years ago by fsb fsb, updated 11 years ago by fsb fsb.

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.

15 0
20 followers
Viewed: 188 036 times
Version: 1.1
Category: Tutorials

Secure password hash storage and a Yii helper extension

Created 14 years ago by fsb fsb, updated 12 years ago by fsb fsb.

This wiki has been replaced by Use crypt() for password storage.

13 0
13 followers
Viewed: 79 971 times
Version: 1.1
Category: Tutorials

Force a User to Change Their Password (ChangePasswordFilter)

Created 14 years ago by waterloomatt waterloomatt, updated 14 years ago by waterloomatt waterloomatt.

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.

14 0
10 followers
Viewed: 32 693 times
Version: 1.1
Category: Tutorials