Inserting permissions directly in database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • firelumet
    Junior Member
    • Jun 2018
    • 7

    Inserting permissions directly in database

    If I want to insert the permissions directly in the MySQL, do I only need to make some changes in the role tab, or do I need to make some change in other tabs.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Better to do it with ORM, but if you really need too do it with MySQL query, all the data is stored in database in role table. But to apply rules you need to Clear Cache in Administration.

    Comment

    • firelumet
      Junior Member
      • Jun 2018
      • 7

      #3
      Thank you.

      Comment

      Working...