From e9bcdc801e210d242140f052e1cf79fe263be51d Mon Sep 17 00:00:00 2001 From: Pathologic Date: Wed, 25 Dec 2019 21:15:11 +0300 Subject: [PATCH] add verified field to modUsers --- assets/lib/MODxAPI/modUsers.php | 3 ++- install/assets/snippets/DocLister.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/lib/MODxAPI/modUsers.php b/assets/lib/MODxAPI/modUsers.php index 7100790e..abe74181 100644 --- a/assets/lib/MODxAPI/modUsers.php +++ b/assets/lib/MODxAPI/modUsers.php @@ -40,7 +40,8 @@ class modUsers extends MODxAPI 'photo' => '', 'comment' => '', 'createdon' => 0, - 'editedon' => 0 + 'editedon' => 0, + 'verified' => 0 ), 'hidden' => array( 'internalKey' diff --git a/install/assets/snippets/DocLister.tpl b/install/assets/snippets/DocLister.tpl index 340cf921..160f2cda 100644 --- a/install/assets/snippets/DocLister.tpl +++ b/install/assets/snippets/DocLister.tpl @@ -5,7 +5,7 @@ * Snippet to display the information of the tables by the description rules. The main goal - replacing Ditto and CatalogView * * @category snippet - * @version 2.5.1 + * @version 2.5.2 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License (GPL) * @internal @properties * @internal @modx_category Content