Wiki articles tagged with "password"

Showing 1-7 of 7 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: 58 907 times
Version: 1.1
Category: Tutorials

Kickstart development with Yii-App

Created 12 years ago by Chris83 Chris83, updated 12 years ago by Chris83 Chris83.

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...

14 0
40 followers
Viewed: 42 642 times
Version: 1.1
Category: How-tos

Use crypt() for password storage

Created 12 years ago by fsb fsb, updated 10 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: 182 101 times
Version: 1.1
Category: Tutorials

Secure password hashing with bCrypt

Created 13 years ago by waitforit waitforit, updated 12 years ago by Ivo Pereira Ivo Pereira.

In this article I will show you how to implement a secure password hashing mechanism in your Yii projects using a bCrypt class.

5 0
9 followers
Viewed: 39 379 times
Version: 1.1
Category: How-tos

Secure password hash storage and a Yii helper extension

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

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

13 0
13 followers
Viewed: 78 088 times
Version: 1.1
Category: Tutorials

Model password confirmation field.

Created 13 years ago by twisted1919 twisted1919, updated 13 years ago by PashaL PashaL.

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.

8 0
19 followers
Viewed: 96 485 times
Version: 1.1
Category: How-tos

Force a User to Change Their Password (ChangePasswordFilter)

Created 13 years ago by waterloomatt waterloomatt, updated 13 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: 31 170 times
Version: 1.1
Category: Tutorials