Skip to content
Snippets Groups Projects
Unverified Commit 9c6cb356 authored by Alexandre Ferland's avatar Alexandre Ferland Committed by GitHub
Browse files

Merge pull request #75 from jm66/issue-73

Issue #73: group_required not working as expected
parents c6f63c7f 61732d14
Branches
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ class LDAP(object):
next=request.full_path or request.path))
match = [group for group in groups if group in g.ldap_groups]
if not match:
abort(401)
abort(403)
return func(*args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment