Wiki articles in category How-tos tagged with "password"

Showing 1-3 of 3 items.

Kickstart development with Yii-App

Created 13 years ago by Chris83 Chris83, updated 13 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: 44 255 times
Version: 1.1
Category: How-tos

Secure password hashing with bCrypt

Created 14 years ago by waitforit waitforit, updated 13 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: 41 463 times
Version: 1.1
Category: How-tos

Model password confirmation field.

Created 14 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: 99 182 times
Version: 1.1
Category: How-tos