Joomla Global Configuration allow access for administrator group - joomla

I need to allow the administrator group to access to System->Global Configuration page.
By Global Configuration page I intend that page that has the Site, System, Server, Permissions, Text and Filters tabs.
I don't see this component anywhere to configure it, so I understand that it is meant only for the Super Users.
So maybe I have to edit administrator/components/com_config. But where and how?

The only way to give that kind of access is to make the users Super Admins under the Users section. You can see a list of the default user groups and their roles here: Changing User Groups
Here is the process to change a user's group:
Log into the Administrator Back-end via the sitename/administrator URL.
Click on Site, then User Manager
Click on the check box next to the user you want to change, then click Edit in the top right corner.
In the User Details section, change the user's group.
Click Save.

Related

Is there any way to implement user area in abp solution

I have a little problem about this scenario.
I have 300 users in my system. each user must have user panel. it is one page that each user after sign in to the system and went to own page,can edit his content and customize it.
my question is : how to define permission for each user in order to access to own page and don't access to other's personal page.
thank you.
You just need [AbpAuthorize] attribute for the related application service to prevent unauthorized users to see that personal page. And when the user opens the page load the data with the current user's information as #aaron stated in the comments.

Create users with only view privilege in TeamCity

I am the administartor of TeamCity 9.0 which is my continuous integration server. I have added many users for different projects. They have the permission to manually trigger the build, but they cannot edit the configurations.
Now , I need to add a user so that the user can view the Web UI and get the logs etc ; but he must not be able to trigger the build. In short, the run button in the Web UI should not work for that user or should be invisible. How can I achieve that? Please help me out.
In the default installation, the All Users group only has the Project viewer role associated with it, which only has the View project and all parent projects permission. You'll see the Project developer role by default has the Run build and Stop build permissions, and many more.
What does your permission set up look like, i.e. what group is the user assigned to and what roles are associated with that group.
You can get a sort of "effective permissions" overview for a user on the "Roles" tab of a user, this shows how the user is getting permission for which projects via the groups they are in.
TeamCity provides a built-in role, Project Viewer, that grants users read-only access to projects. You can also create your own roles with permissions tailored for your team. See Administration > User Management > Roles.
Click on Administration on top right corner. Under User Management on left side of the UI, click on Users. Click on the user you want. Under Roles tab select Assign Role. In the pop up select what privilege you want to give to that user for what project.
Check this link https://confluence.jetbrains.com/display/TCD9/Role+and+Permission for knowing about different types of users in TeamCity.

Joomla 3: Permission to manage users and nothing else

I'm developing a Joomla 3 website, where registered users can belong to several groups of interests (music, theater, technology, and so on).
I would like to give permission to my client to edit users by placing them in groups he desired. For example: user 1 can be in music and theater group; user 2 just registered (no group) and user 3 in technology group. Unfortunately the only permission that Joomla 3 allows you to edit users is the Administrator, but if I give this permission to my client, he will be able to edit articles, themes and other features that I do not want it to edit.
How can I create an access level that can manage only users list?
Thank you and sorry about my english.
Create a new group, assign that group only permission for managing users and whatever else you want and assign your users to that group but not admin.
As a short answer, if you don't want you client to be administrator, you can assign him to the manager user-group.
Then go into the Users Manager Component and click the Options button to go into its configuration page.
There you can override the Permissions Settings for the Users Manager component, so the Managers users will be allowed to Access Administration Interface of the component.
You will have the change the respective setting from inherit to allowed.
Of course if needed, you can create a complete custom ACL, with special usergroups for your users that will have certain accessibility and permissions.
But be careful, because ACL sometimes can be confusing and you might end up with a total mess.

How to access Joomla custom component administration without full admin rights

I need to realize a protected area for my components admin tools; i would like to use admin login and let the connected users see my admin tools without letting them access Joomla administrator stuff. How can i do it?
As Elin has stated Joomla's ACL will take care off this for you.
The groups and Access Levels are found in Users config area. Once you have set that up, you will need to set the appropriate security access settings in the Global Configuration > Permissions settings. This will allow them in to the Admin area and then for each of the individual components/sections/areas that you DON'T want them to have access to, you will need to make appropriate selections(look for 'Options' in each area). Permissions are inherited and you have given them access to the Admin area in the Permissions settings above, so everything is open until you close them down.
Obvious warnings of testing thoroughly and backing up as you're potentially opening up your system. The ACL can become very confusing very quickly.

Joomla User Login show specific User Files

does anyone know of a simple module or extension etc for Joomla that would enable the admin to upload a file relevant to a specific user login?
For example, they have a bunch of user accounts, and would like a registered area on the website that would show files relevant to only that user credentials.
In the backend, they would easily like to add a document and select which user can see it.
You might want to check out the "Component Access Permission" extension, here

Resources