1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
5 <name>civicrm_openid
</name>
6 <comment>OpenID information for a specific location.
</comment>
10 <type>int unsigned
</type>
11 <required>true
</required>
12 <comment>Unique OpenID ID
</comment>
17 <autoincrement>true
</autoincrement>
20 <name>contact_id
</name>
21 <type>int unsigned
</type>
22 <comment>FK to Contact ID
</comment>
26 <name>contact_id
</name>
27 <table>civicrm_contact
</table>
30 <onDelete>CASCADE
</onDelete>
33 <name>location_type_id
</name>
34 <title>OpenID Location Type
</title>
35 <type>int unsigned
</type>
36 <comment>Which Location does this email belong to.
</comment>
40 <name>index_location_type
</name>
41 <fieldName>location_type_id
</fieldName>
50 <headerPattern>/^Open.?ID|u(niq\w*)?.?ID/i
</headerPattern>
51 <dataPattern>/^[\w\/\:\.]+$/
</dataPattern>
52 <comment>the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM
</comment>
54 <comment>OpenID
</comment>
58 <name>UI_openid
</name>
59 <fieldName>openid
</fieldName>
64 <name>allowed_to_login
</name>
66 <required>true
</required>
68 <comment>Whether or not this user is allowed to login
</comment>
72 <name>is_primary
</name>
73 <title>Is OpenID Primary?
</title>
76 <comment>Is this the primary email for this contact and location.
</comment>