From 9419245dffad6f4de3d5baf3a8ed879a96119b13 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 10 Sep 2016 17:59:59 -0600 Subject: [PATCH] Update database.php Update the database plugin description. --- core/authentication/resources/classes/plugins/database.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/authentication/resources/classes/plugins/database.php b/core/authentication/resources/classes/plugins/database.php index 5b41158ab1..6eed1efa85 100644 --- a/core/authentication/resources/classes/plugins/database.php +++ b/core/authentication/resources/classes/plugins/database.php @@ -3,8 +3,7 @@ /** * plugin_database * - * @method validate uses authentication plugins to check if a user is authorized to login - * @method get_domain used to get the domain name from the URL or username and then sets both domain_name and domain_uuid + * @method database checks the local database to authenticate the user or key */ class plugin_database {