Remove SUPER_ADMIN req in accessory routes#207
Remove SUPER_ADMIN req in accessory routes#207mattrabe wants to merge 1 commit intodwijitsolutions:masterfrom
Conversation
|
Hello @mattrabe, Access to these routes should only be given to Super Admin. Best Regards. |
|
Hi @gdbhosale - There is a conflict here: we are able to give people without the SUPER_ADMIN permission access to the admin panel, and access to Create+Edit modules, but without access to these routes, those non-SUPER_ADMIN users will always receive a verification fail on @unique fields. Please see #206. Is there already a method in place to work around this? When I look at the code it appears to be "hard-coded" to only SUPER_ADMIN, which seems to create this problem. |
|
Hi, Will do this. |
|
@gdbhosale That makes sense, the unique check shouldn't be grouped with the other, more secure features it would seem. I look forward to your update! |
Re #206