meow icon indicating copy to clipboard operation
meow copied to clipboard

Permissions bug

Open dustinnewman opened this issue 6 years ago • 0 comments

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

dustinnewman avatar Jan 08 '19 23:01 dustinnewman