Skip to content

Commit

Permalink
Enable cando['modGroups']
Browse files Browse the repository at this point in the history
Now that we can modify groups properly, we can also enable this feature flag...
  • Loading branch information
pv2b authored Oct 12, 2019
1 parent 86d9acd commit a1305d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authsaml/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct()

// $this->cando['external'] = true;

$this->cando['modGroups'] = true;
$this->cando['external'] = true;
$this->cando['logoff'] = true;
$this->success = true;
Expand Down

0 comments on commit a1305d6

Please sign in to comment.