projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2aea45
)
Add titles to OpenID fields
author
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 19 May 2015 05:01:52 +0000
(07:01 +0200)
committer
Tim Mallezie
<tim.mallezie@chiro.be>
Tue, 19 May 2015 05:01:52 +0000
(07:01 +0200)
xml/schema/Core/OpenID.xml
patch
|
blob
|
blame
|
history
diff --git
a/xml/schema/Core/OpenID.xml
b/xml/schema/Core/OpenID.xml
index 027167344c22194ce1cfcb73204f5a5e6c65436f..a7b2e2aba9f6615bdb33ebda522f7c783fef96ed 100644
(file)
--- a/
xml/schema/Core/OpenID.xml
+++ b/
xml/schema/Core/OpenID.xml
@@
-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>