Grant Admin Rights of User Management, Role Management & Password Management to a normal user

Hi,
I have a requirement of grant only the Admin Rights of User Management, Role Management & Password Management to a regular user. How this can be done?

Appreciate your valuable inputs.

Thanks & Regards,
Ranjith

Hi ranjith.es,
there’s a plugin you can purchase that do exactly what you want:
Rolustech HRM

If you are able to code and you want an easy and rought solution you could give admin rights to the regular user you want and you can hide in the admin panel what you don’t want to be visible to that user.

You have to edit
custom/modules/Administration/metadata/adminpaneldefs.php
custom/modules/Users/views/view.edit.php

adding a check on user id like
if ($current_user->id != 1){
I supposed in this snip code that you are the User with id=1