ictfax icon indicating copy to clipboard operation
ictfax copied to clipboard

Update pages-menu.ts

Open ciberfred opened this issue 6 months ago • 0 comments

remove administration menu for simple users need in database this permission for user (74 is the user list access):

insert into role_permission (role_id, permission_id) values ('1','74');

Normally this permission should not be granted but if not, the user is login correctly but the dashboard page redirect to sigin if not.

ciberfred avatar Oct 04 '25 14:10 ciberfred