How to create front and admin side login form

Comparing #2 with #3

Revision #3 was created by vibhaJadwani vibhaJadwani on Jul 19, 2012, 10:15:14 AM.

link changed

Content

[...]
--------
As a beginner once you setup default yii project, next step will be how to change this static login form to dynamic, i.e. username and password comes from database.

Default setup:
-----
[I am using [this article...](http://www.yiiframework.com/wiki/63/organize-directories-for-applications-with-front-end-and-back-end-using-webapplicationend-behavior "this tutorial") to manage project directory structure for front and admin. Thanks Andy for this WIKI. Follow all the steps and you will have separate front and admin panels like:

- http://localhost/index.php // Front End
- http://localhost/backend.php // Admin Panel

I am using 2 different models to handle front and admin user database.
[...]