Page 1 of 1

Back-end access for clients

Posted: 15 Jan 2021, 11:28
by marcusadamski
Hello there,

Could you please let me know how to set up back end access for clients? Obviously, the client shouldn't have access to other parts of the Joomla administration area. Can only specific areas of the Phoca cart back end be made available to clients or do they have to access to all of the component's functionality ? I've looked through the notes, but didn't spot how to approach this. If there's any documentation, please just point me to it and I'll explore it.

Many thanks for your help,
Marcus

Re: Back-end access for clients

Posted: 15 Jan 2021, 14:47
by christine
Hi Marcus,

I think, it's a matter of Joomla! ACL: https://docs.joomla.org/J3.x:Access_Con ... t_Tutorial

Kind regards
Christine

Re: Back-end access for clients

Posted: 16 Jan 2021, 13:59
by Jan
Hi, as Christine wrote, you can set different rights for different groups.

For example, administrators cannot manage options and they cannot add new items:

Image

Then they cannot access options and cannot add new items:

Image

but e.g. super user can do it:

Image

Jan

Re: Back-end access for clients

Posted: 12 Feb 2021, 10:59
by jpeters
hello,
i have done this for a customer..
shared sessions and a link to the vendor specific backend url. that way the user does not need to go to /administrator etc..
make sure your backend access is secure..
define a specific user group, define rights of this group in Phoca Cart component, and give the specific user group the right to access the backend.
that way the user can only access phoca cart administrator.

personally i use 2factor (loginguard) to force users to use 2factor configure / login before access to backend..

Re: Back-end access for clients

Posted: 12 Feb 2021, 12:18
by Nidzo
There is useful plugin called System - Redirect On Backend Login
Set component that user will be redirected to after login and set user groups.

https://imgur.com/HtptYMw

Re: Back-end access for clients

Posted: 12 Feb 2021, 13:06
by jpeters
i know that plugin. but still you need to configure ACL inside Joomla.
and in this case if ACL is arranged you can simple publish a user menu item (for that specific usergroup) to access administrator/index.php?option=com_phocacart

that's al fokes..
no extra plugin needed