Ignore:
Timestamp:
Aug 11, 2023, 12:22:14 PM (9 months ago)
Author:
chronos
Message:
  • Added: Require configuration for user registration and password recovery that user is a human.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r951 r954  
    8282        'Name' => array('Type' => 'String', 'Caption' => 'Zobrazované jméno', 'Default' => ''),
    8383        'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
     84        'IsHuman' => array('Type' => 'Boolean', 'Caption' => 'Jsi člověk?', 'Default' => 0),
    8485      ),
    8586    ));
     
    9192        'Name' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''),
    9293        'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
     94        'IsHuman' => array('Type' => 'Boolean', 'Caption' => 'Jsi člověk?', 'Default' => 0),
    9395      ),
    9496    ));
Note: See TracChangeset for help on using the changeset viewer.