I'm having problems to create two types of login/authentication in my project.
Supose that i have a BackOffice area, where administrator and editors can access, and another area in FrontOffice where users can access to modify their personal information.
In terms of structure, i have an Auth module (with multiple controllers, one for each type of login ), a BackOffice module (with backoffice controllers) and a default module (with all frontoffice controllers).
Inside library folder, i have another folder named My with Acl.php and AuthorizationPlugin.php files.
My problem is that i need to redirect users/admins/etc... to themselfs login pages, witch have diferent layouts.
Thanks in advance!
没有评论:
发表评论