Confirmed users
428
edits
Line 25: | Line 25: | ||
== Account Creation == | == Account Creation == | ||
In order to avoid automated registrations, we use a two step process and incorporate a captcha. First, you need to perform a GET request at https:// | In order to avoid automated registrations, we use a two step process and incorporate a captcha. First, you need to perform a GET request at https://services.mozilla.com/api/register/new/. This will return the HTML required to display a captcha to the user. | ||
In the second step, you collect all the other information and make a POST request to the same address, with the following fields: | In the second step, you collect all the other information and make a POST request to the same address, with the following fields: |