ictfax
ictfax copied to clipboard
Update pages-menu.ts
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.