Skip to content

Commit

Permalink
add verified field to modUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic committed Dec 25, 2019
1 parent d55c0b2 commit e9bcdc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/lib/MODxAPI/modUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class modUsers extends MODxAPI
'photo' => '',
'comment' => '',
'createdon' => 0,
'editedon' => 0
'editedon' => 0,
'verified' => 0
),
'hidden' => array(
'internalKey'
Expand Down
2 changes: 1 addition & 1 deletion install/assets/snippets/DocLister.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9bcdc8

Please sign in to comment.