I have yii Auth installed correctly as in tutorial.
When I'm using the filter method in the default controller the page loops at /user/login and there is no possibility to login.
I'm disabling the filter array('auth.filters.AuthFilter') for a second until I login with my user/pass and then I can access the Assignment page, but there are no users. The other pages are working fine (Roles/Tasks/Operations).
Do you have any ideas?