From 6fd5d7cda4aaca02d474faaa43511bf8f9fa3937 Mon Sep 17 00:00:00 2001 From: frytimo Date: Fri, 29 Mar 2024 01:10:36 -0300 Subject: [PATCH] Fix user_email missing from object properties (#6929) --- core/authentication/resources/classes/plugins/database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/authentication/resources/classes/plugins/database.php b/core/authentication/resources/classes/plugins/database.php index 99ff25c852..70095ed7d6 100644 --- a/core/authentication/resources/classes/plugins/database.php +++ b/core/authentication/resources/classes/plugins/database.php @@ -42,6 +42,7 @@ class plugin_database { public $password; public $key; public $debug; + public $user_email; /** * database checks the local database to authenticate the user or key