meow
meow copied to clipboard
Permissions bug
Description
If a user is not superuser, they cannot access the manage page because the check for permissions is faulty.
Specifically, see
def can_manage(user):
return user.has_perm('auth.add_user')
in meow/meow/scheduler/views.py