From 3463055a23bacb58fbdf68aece7c3b261638b619 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 15 Oct 2013 15:29:32 +0200 Subject: [PATCH] Stop removing rights.ser file, as permissions are now handled in role.ser --- root/etc/e-smith/events/actions/ajaxplorer-user-rights | 3 --- 1 file changed, 3 deletions(-) diff --git a/root/etc/e-smith/events/actions/ajaxplorer-user-rights b/root/etc/e-smith/events/actions/ajaxplorer-user-rights index c937278..d728b6f 100644 --- a/root/etc/e-smith/events/actions/ajaxplorer-user-rights +++ b/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(); - # Remove active sessions unlink();