资 源 简 介
Description
On the internet, we usually register a user who has a valid e-mail account. You may use yii skeleton application by Jonah for this purpose.
On the other hand, especially in a specific project in a certain corporation, user authentication can be simplified. For this purpose, I have built a simplified user authentication module named "simpleLogin".
This module enables the registration of an unknown user immediately. It is very useful for project members who can be trusted in the above situation.
screenshot:
How to install (to the skeleton application)
$ cd yiipath/demos
$ ../framework/yiic webapp yourappname
$ cd yourappname/protected
$ emacs config/main.php