Add user invitations
This commit is contained in:
@@ -136,6 +136,7 @@ class AuthenticationProvider implements ServiceProviderInterface
|
||||
$acl->add('ICalendarController', '*', Role::APP_PUBLIC);
|
||||
$acl->add('FeedController', '*', Role::APP_PUBLIC);
|
||||
$acl->add('AvatarFileController', array('show', 'image'), Role::APP_PUBLIC);
|
||||
$acl->add('UserInviteController', array('signup', 'register'), Role::APP_PUBLIC);
|
||||
|
||||
$acl->add('ConfigController', '*', Role::APP_ADMIN);
|
||||
$acl->add('TagController', '*', Role::APP_ADMIN);
|
||||
|
||||
@@ -42,6 +42,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'CustomFilterModel',
|
||||
'GroupModel',
|
||||
'GroupMemberModel',
|
||||
'InviteModel',
|
||||
'LanguageModel',
|
||||
'LastLoginModel',
|
||||
'LinkModel',
|
||||
|
||||
Reference in New Issue
Block a user