Skip to content

Commit 1dce775

Browse files
author
dgrtwo
committed
Added documentation for request_password_reset method, closes milesrichardson#45
1 parent e42060b commit 1dce775

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.mkd

+6
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@ or log in an existing user with
355355
u = User.login("dhelmet", "12345")
356356
~~~~~
357357

358+
You can also request a password reset for a specific user with
359+
360+
~~~~~ {python}
361+
User.request_password_reset(email="[email protected]")
362+
~~~~~
363+
358364
If you'd like to log in a user with Facebook or Twitter, and have already obtained an access token (including a user ID and expiration date) to do so, you can log in like this:
359365

360366
~~~~ {python}

0 commit comments

Comments
 (0)