scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Change permissions away from roles to use capabilities #143

Open scanner opened 2 months ago

scanner commented 2 months ago

Revamp the permissions. Some of our model post support has custom code to determine if an action is allowed.

Instead of "is admin" we should say "is authorized admin:add alias"