|
|
|
@ -428,7 +428,7 @@ class Aauth extends BaseConfig
|
|
|
|
|
public $dbTablePerms = 'aauth_perms'; |
|
|
|
|
public $dbTablePermToUser = 'aauth_perm_to_user'; |
|
|
|
|
public $dbTablePermToGroup = 'aauth_perm_to_group'; |
|
|
|
|
public $dbSoftDeleteUsers = true; |
|
|
|
|
public $dbSoftDeleteGroups = true; |
|
|
|
|
public $dbSoftDeletePerms = true; |
|
|
|
|
public $dbSoftDeleteUsers = false; |
|
|
|
|
public $dbSoftDeleteGroups = false; |
|
|
|
|
public $dbSoftDeletePerms = false; |
|
|
|
|
} |
|
|
|
|