Add new roles.

This commit is contained in:
James Cole
2022-08-14 15:41:06 +02:00
parent ae0a675668
commit 322b6d19d8
2 changed files with 4 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ class UserRole extends Model
public const CHANGE_REPETITIONS = 'change_reps';
public const CHANGE_RULES = 'change_rules';
public const CHANGE_TRANSACTIONS = 'change_tx';
public const MANAGE_WEBHOOKS = 'manage_webhooks';
public const MANAGE_CURRENCIES = 'manage_currencies';
public const FULL = 'full';
public const OWNER = 'owner';
public const READ_ONLY = 'ro';