~roadmr/canonical-identity-provider/u2f-db-fields

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. vim: ft=rst

Password reset
==============

Password reset is initiated by creating a :ref:`Password reset token <token_password>` resource. 
The user will receive an email containing a token, which is to be provided 
alongside with the new password to complete the reset procedure.

Refer to :ref:`"Create a password reset token" <token_password-create>` for details.

Examples
--------

.. code-block:: bash

   curl -d '{"email": "foo@example.com"}' \
        -H 'Content-Type: application/json' \
        -X POST \
        https://login.ubuntu.com/api/v2/tokens/password