Wiki

Articles tagged with "authentication", sorted by date (updated)X
Displaying 11-19 of 19 result(s).

How to add more information to Yii::app()->user

Updated 10 months ago by Yang HeTutorials1 comment – viewed 66,931 times – ( +18 )
By default, the expression Yii::app()->user returns a CWebUser application component which represents the information that are closely related with the current user. Some information can be persistent throughout the current user session. For example, CWebUser already comes with a name property that stores the username of the current user.

Show captcha after <N> unsuccessfull attempts

Updated 11 months ago by zitterHow-tos6 comments – viewed 7,464 times – ( +14 / -3 )
In this mini howto I would like to show how to add a required captcha field in the login form, after a defined number of unsuccessfull attempts. To do this, I will use the blog demo that you have in default Yii download package (path/to/yii/demos/blog).

Authenticating against phpass hashes with Yii

Updated about a year ago by Da:SourcererHow-tos18 comments – viewed 15,694 times – ( +25 )
The Portable PHP password hashing framework allows advanced password hashing offering increased security over simple MD5- or SHA1-hashed passwords. phpass is already in use in some larger projects such as WordPress (since v2.5), Drupal 7 and phpBB 3.

How to use ldap in UserIdentity for authentication

Updated about a year ago by NavarrTutorials10 comments – viewed 20,089 times – ( +11 )
Yii does not have an LDAP class itself, but its very easy to implement LDAP in the stock UserIdentity class.

Implementing a User Level Access System

Updated about a year ago by Darwin WenTutorials9 comments – viewed 26,215 times – ( +27 )
I would like to provide you a quick tip on how to implement user level access to your Yii applications.

Introducción al control de acceso basado en roles (RBAC)

Updated 2 years ago by Juan CalvoTutorials4 comments – viewed 20,876 times – ( +16 / -1 )
Todos los que hemos empezado a utilizar Yii para crear aplicaciones Web, nos hemos dado de bruces cuando hemos intentado poner a funcionar el RBAC (acceso de control basado en roles).

Module based login

Updated 2 years ago by suriyansureshTutorials6 comments – viewed 32,455 times – ( +14 )
If you want to add module based login to a site without using RBAC, please follow these guidelines.

How to use markItUp! on a text field for full WYSIWYG editing

Updated 2 years ago by weiTutorials2 comments – viewed 13,478 times – ( +3 )
This tutorial will show you how to use the Pogostick Yii Extension Library to make an HTML TEXTAREA input element into a full-fledged WYSIWYG editor pretty much with very little code.

Installing and configuring the Yii User Management Module under a fresh skeleton application generated by yiic

Updated 2 years ago by OrtekoTutorials3 comments – viewed 43,592 times – ( +12 / -2 )
p.s. latest version of this tutorial is always available unter the docs/ folder of the User Management Module.