Merge branch 'claryfind-hotfix' into 'main'
claryfind hotfix See merge request fforesight/tenant-user-management-service!70
This commit is contained in:
commit
b43cc69633
@ -20,7 +20,7 @@ public class UserManagementPermissions {
|
||||
public static final String GET_TENANTS = "fforesight-get-tenants";
|
||||
public static final String UPDATE_TENANT = "fforesight-update-tenant";
|
||||
|
||||
public static final String DELETE_TENANT="fforesight-delete-tenant";
|
||||
public static final String DELETE_TENANT = "fforesight-delete-tenant";
|
||||
public static final String DEPLOYMENT_INFO = "fforesight-deployment-info";
|
||||
|
||||
// SMTP
|
||||
|
||||
@ -19,6 +19,7 @@ fforesight:
|
||||
- 'fforesight-read-users'
|
||||
- 'fforesight-read-all-users'
|
||||
- 'fforesight-update-my-profile'
|
||||
- 'fforesight-update-tenant'
|
||||
- 'fforesight-get-tenants'
|
||||
- 'fforesight-deployment-info'
|
||||
- 'fforesight-read-smtp-configuration'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user