Add container aware
This commit is contained in:
@ -52,6 +52,10 @@ class Module extends BaseModule
|
||||
'profile.website',
|
||||
'profile.bio'
|
||||
];
|
||||
/**
|
||||
* @var string prefix to be used as a replacement when user requeste deletion of his data.
|
||||
*/
|
||||
public $GDPRanonymPrefix = 'GDPR';
|
||||
/**
|
||||
* @var bool whether to enable two factor authentication or not
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user