Welcome!

Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

Sign up

You need to be registered to interact with the community.
This question has been flagged
1 Reply
8 Views

Hey Cyllo users! What are your best practices for managing access control? Any tips for keeping things secure and streamlined?

Avatar
Discard

Here's how you can define access permissions using a table. This setup allows for control over model-level operations for different user groups. id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_example_model_user,access_example_model_user,model_example_model,base.group_user,1,0,0,0 access_example_model_manager,access_example_model_manager,model_example_model,base.group_system,1,1,1,1

Avatar
Discard

Your Answer

Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!