You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary : After a user logs in the first time, they should automatically have the privileges sections update run.
Currently : After you login, after the first install, you are shown your user account, and this leaves the acos table empty.
Desired : After you login, after install. Either privileges should automatically be updated, or you should at least be redirected to /privileges/sections with a message to run the update.
The text was updated successfully, but these errors were encountered:
We understood that after first installation, admin user should be redirected to /privileges/sections and here we need to show a message which would ask to run the update for privileges for users.
We would like to understand after clicking on "Run Update" button, what would be the process being executed. It would be good if you can explain the process in details with example.
The important thing to note is that the aco_sync() method runs as a series of page refreshes. This was because running it as a single process caused the server to time out, as it takes too long.
Summary : After a user logs in the first time, they should automatically have the privileges sections update run.
Currently : After you login, after the first install, you are shown your user account, and this leaves the acos table empty.
Desired : After you login, after install. Either privileges should automatically be updated, or you should at least be redirected to /privileges/sections with a message to run the update.
The text was updated successfully, but these errors were encountered: