aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/user.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/user.yml')
-rw-r--r--phpBB/config/user.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/config/user.yml b/phpBB/config/user.yml
new file mode 100644
index 0000000000..1ca853ea45
--- /dev/null
+++ b/phpBB/config/user.yml
@@ -0,0 +1,19 @@
+services:
+ acl.permissions:
+ class: phpbb\permissions
+ arguments:
+ - @dispatcher
+ - @user
+
+ user:
+ class: phpbb\user
+ arguments:
+ - %datetime.class%
+
+ user_loader:
+ class: phpbb\user_loader
+ arguments:
+ - @dbal.conn
+ - %core.root_path%
+ - %core.php_ext%
+ - %tables.users%