Created an implementation of a token repository that isn't restricted to users and can be re-used for other objects.
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
* SMTP server password: SMTP_PASSWORD
|
||||
*/
|
||||
return [
|
||||
'debug' => [
|
||||
'tokens' => true,
|
||||
],
|
||||
'organisation' => [
|
||||
'registration' => [
|
||||
'require_approval' => true,
|
||||
|
||||
Reference in New Issue
Block a user