Difference between #3 and #4 of
Installing and configuring the Yii User Management Module under a fresh skeleton application generated by yiic

Revision #4 has been created by thyseus on Mar 14, 2010, 2:41:36 PM with the memo:

Updated to 0.4
« previous (#3) next (#5) »

Changes

Title unchanged

Installing and configurating the Yii User Management Module under a fresh skeleton Application generated by yiic

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

b.s. latest version of this tutorial is always available unter the docs/ folder of the User Management Module. 
 
 
Installing the User Management Module is very easy due to the
great module System of the Yii Framework and the Installer provided
by the Module. In this Tutorial we will learn how to use the User
[...]
2.) Extract the Yii User Management Module under the modules/ directory
of your new Web Application. Replace the _0.
34 with the latest Version
available.
[...]
$ mkdir modules
$ cd modules
$ wget http://www.yiiframework.com/extension/yii-user-management/files/User_Management_Module_0.
34.tar.bz2 $ tar xvf User_Management_Module_0.34.tar.bz2
~~~
[...]
~~~

 At the time of this writing you have to copy over the UserIdentity.php
 
 of the User Module to your Application components directory manually.
 
 This will be automated in later versions. Do it like this:
 
 
 
~~~
 
 $ cp protected/modules/user/components/UserIdentity.php protected/components
 
~~~
 
 
6.) Run the User Management Installer in your Web-Browser:

http://localhost/testdrive/index.php/user/install

7.) Now the Installer of the User Management Module should appear.
To the right you can set up alternating Table Names used by the
[...]
12 2
15 followers
Viewed: 95 173 times
Version: 1.1
Category: Tutorials
Written by: thyseus
Last updated by: Orteko
Created on: Mar 1, 2010
Last updated: 13 years ago
Update Article

Revisions

View all history