Stop removing rights.ser file, as permissions are now handled in role.ser

tags/0.1.10 0.1.10
Daniel Berteaud 11 years ago
parent c23a8e2ee8
commit 3463055a23
  1. 3
      root/etc/e-smith/events/actions/ajaxplorer-user-rights

@ -31,9 +31,6 @@ my $a = esmith::AccountsDB->open_ro;
my $domain = $c->get('DomainName')->value;
# Remove all the permissions
unlink(</var/lib/ajaxplorer/plugins/auth.serial/*/rights.ser>);
# Remove active sessions
unlink(</var/lib/ajaxplorer/tmp/sess_*>);

Loading…
Cancel
Save