Changes
Title
unchanged
Ajax Login form with validation errors inside jQuery modal dialog
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
ajax login
Content
changed
[...]
</div>
<!-- mainmenu -->
```
- Finally, Go to SiteController(/blog/protected/controllers/SiteController) and append 'login.' action inside actions() method. Now, the login action is accessed as '/site/login.GetLogin'
```php
<?php[...]