Login Form

how to create a login form ! any one help!! in deed when you alive at the stage of open your user CRUD page, then insert new username in that page.

After finishing insert data, you should view username, password and salt has been enrcrypted, then logout.

Which user CRUD page here to open? where?

Start here:

http://www.yiiframework.com/doc/guide/1.1/en/form.overview

More info here:

http://www.yiiframework.com/doc/guide/1.1/en/topics.auth

Keith’s advice is good, but I believe that you should also read the “Fundamentals” part of the guide, starting with MVC.

In summary, you should read the guide in full. :)

Everyone should :)

And I need to read it again, too.