standalone create default empty password
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Mon, 2 Oct 2023 11:43:17 +0000 (12:43 +0100)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Mon, 2 Oct 2023 16:07:57 +0000 (17:07 +0100)
ext/standaloneusers/xml/schema/CRM/Standaloneusers/User.xml

index e1804abcdb5c851369060b0d19e72661ee73b5af..4b2e5be0ea2f8987e474e5f514f955797e7dd89b 100644 (file)
     <name>hashed_password</name>
     <type>varchar</type>
     <required>true</required>
+    <default>""</default>
     <length>128</length>
     <readonly>true</readonly>
     <comment>Hashed, not plaintext password</comment>