Confirmed users
188
edits
(→FDO) |
|||
Line 81: | Line 81: | ||
<tt>tos</tt> is a URI relative to <tt>domain</tt> that describes the terms of service the user MAY be required to accept before registering an identity. If this property is present, Weave will present the page and require the user to accept its contents before proceeding with the registration. If the site requires the user to read other documents (eg. Privacy Policy), this property's value may be an array containing multiple URIs relative to <tt>domain</tt>. | <tt>tos</tt> is a URI relative to <tt>domain</tt> that describes the terms of service the user MAY be required to accept before registering an identity. If this property is present, Weave will present the page and require the user to accept its contents before proceeding with the registration. If the site requires the user to read other documents (eg. Privacy Policy), this property's value may be an array containing multiple URIs relative to <tt>domain</tt>. | ||
<tt>params</tt> describes the data included with the <tt>POST</tt> or <tt>GET</tt> method. Each property in this object MUST correspond with a key that describes some portion of the user's identity. | <tt>params</tt> describes the data included with the <tt>POST</tt> or <tt>GET</tt> method. Each property in this object MUST correspond with a key that describes some portion of the user's identity. Keys available are (they match those used in the [https://wiki.mozilla.org/Labs/Sprints/People People Store]): | ||
* userName | * userName | ||
Line 96: | Line 96: | ||
* pincode | * pincode | ||
* gender | * gender | ||
The value of these properties MUST be set to the value of the form field key that will be sent with the <tt>POST</tt> or <tt>GET</tt> request. | |||
=== Function === | === Function === |