1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
5 <name>civicrm_openid
</name>
6 <comment>OpenID information for a specific location.
</comment>
10 <title>Open ID identifier
</title>
11 <type>int unsigned
</type>
12 <required>true
</required>
13 <comment>Unique OpenID ID
</comment>
18 <autoincrement>true
</autoincrement>
21 <name>contact_id
</name>
22 <title>OpenID Contact
</title>
23 <type>int unsigned
</type>
24 <comment>FK to Contact ID
</comment>
28 <name>contact_id
</name>
29 <table>civicrm_contact
</table>
32 <onDelete>CASCADE
</onDelete>
35 <name>location_type_id
</name>
36 <title>OpenID Location Type
</title>
37 <type>int unsigned
</type>
38 <comment>Which Location does this email belong to.
</comment>
42 <name>index_location_type
</name>
43 <fieldName>location_type_id
</fieldName>
52 <headerPattern>/^Open.?ID|u(niq\w*)?.?ID/i
</headerPattern>
53 <dataPattern>/^[\w\/\:\.]+$/
</dataPattern>
54 <comment>the OpenID (or OpenID-style http://username.domain/) unique identifier for this contact mainly used for logging in to CiviCRM
</comment>
56 <comment>OpenID
</comment>
60 <name>UI_openid
</name>
61 <fieldName>openid
</fieldName>
66 <name>allowed_to_login
</name>
67 <title>Allowed to login?
</title>
69 <required>true
</required>
71 <comment>Whether or not this user is allowed to login
</comment>
75 <name>is_primary
</name>
76 <title>Is OpenID Primary?
</title>
79 <comment>Is this the primary email for this contact and location.
</comment>