amnah / yii2-user

Yii2 user authentication module
MIT License
253 stars 104 forks source link

Add actions with diferent successUrl to AuthController #152

Closed famigone closed 8 years ago

famigone commented 8 years ago

I would have to login forms, with diferent succesUrl. So, i was looking into AuthController's action in order to solve this issues... i have added a new action to controller with a diferent succesUrl parameter and set it from the the new login view, but it doesn't work.

This is the action section of my AuthController

class AuthController extends Controller { /**

In all cases, the action called is login, but never loginadm, like i wish.

amnah commented 8 years ago

duplicate of https://github.com/amnah/yii2-user/issues/151