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
Ideally we could restrict bot admins to perform actions relating to a specific pool only. This would require setting up a custom permission using Django's permissions framework, and it would probably also include extending the User model which could be a bit of work.
edit: Extending the user seems like more trouble than it's worth; probably better to just have a one-to-one model to store User permissions. See Option 2 here.
The text was updated successfully, but these errors were encountered:
Ideally we could restrict bot admins to perform actions relating to a specific pool only. This would require setting up a custom permission using Django's permissions framework, and it would probably also include extending the User model which could be a bit of work.
edit: Extending the user seems like more trouble than it's worth; probably better to just have a one-to-one model to store User permissions. See Option 2 here.
The text was updated successfully, but these errors were encountered: