Merge branch 'master' of https://github.com/rollox/civicrm-core into CRM-18317
[civicrm-core.git] / xml / schema / Core / OpenID.xml
index 027167344c22194ce1cfcb73204f5a5e6c65436f..a7b2e2aba9f6615bdb33ebda522f7c783fef96ed 100644 (file)
@@ -7,6 +7,7 @@
   <add>2.0</add>
   <field>
     <name>id</name>
+    <title>Open ID identifier</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique OpenID ID</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>OpenID Contact</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
     <add>2.0</add>
@@ -62,6 +64,7 @@
   </index>
   <field>
     <name>allowed_to_login</name>
+    <title>Allowed to login?</title>
     <type>boolean</type>
     <required>true</required>
     <default>0</default>