Hi there,
i’ve removed All permission from chat page, but users can still access and link menù from Tools is not hidden.
Is that by design? could you please have a look?
Thx
Hi there,
i’ve removed All permission from chat page, but users can still access and link menù from Tools is not hidden.
Is that by design? could you please have a look?
Thx
Pages
or Report
without any permissions are allowed for all user. please check the following frappe/boot.py at develop · frappe/frappe · GitHub
To restrict user from accessing the Page you can add only System Manager or Administrator role so only admin or system manager user will be able to access the Chat page
Thanks,
Makarand
Thanks, for the hint.