*
* Generated from standaloneusers/xml/schema/CRM/Standaloneusers/User.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d8ea39f007e0f4c4de6225227bcfda7b)
+ * (GenCodeChecksum:60852489e3705659312988971c632fb7)
*/
use CRM_Standaloneusers_ExtensionUtil as E;
'uf_name' => [
'name' => 'uf_name',
'type' => CRM_Utils_Type::T_STRING,
- 'title' => E::ts('CMS Unique Identifier'),
+ 'title' => E::ts('User Email'),
'description' => E::ts('Email (e.g. for password resets)'),
'maxlength' => 255,
'size' => CRM_Utils_Type::HUGE,
'token' => FALSE,
],
'where' => 'civicrm_uf_match.hashed_password',
+ 'default' => '',
'table_name' => 'civicrm_uf_match',
'entity' => 'User',
'bao' => 'CRM_Standaloneusers_DAO_User',
`uf_name` varchar(255) COMMENT 'Email (e.g. for password resets)',
`contact_id` int unsigned COMMENT 'FK to Contact ID',
`username` varchar(60) NOT NULL,
- `hashed_password` varchar(128) NOT NULL COMMENT 'Hashed, not plaintext password',
+ `hashed_password` varchar(128) NOT NULL DEFAULT "" COMMENT 'Hashed, not plaintext password',
`roles` varchar(128) COMMENT 'FK to Role',
`when_created` timestamp DEFAULT CURRENT_TIMESTAMP,
`when_last_accessed` timestamp NULL,