permissions in yii2

currently i am using 4 modules in my project. they are,

1.contact

2.importcsv

3.user-management

4.web-form

when i am login through superadmin\superadmin, able to changes everything but when login through other user(myname created this through superadmin) i cant.

How to fix this please help.

What is desired result? Which module you want to control with other user? Is that user also super admin user or other authorisation rules should be applied?

Desired result is, admin controls everything and user controls something only.

I want to control web-form module with user-management module. This user-management module downloaded by github-webvimark/user-management.

solved! Add every routes from web-form to user-management auth_item table then the problem has been solved.