From 13bbcf1244b68ae860b03901cc57d1a1f84f53b7 Mon Sep 17 00:00:00 2001 From: Gus Moir Date: Sun, 25 Aug 2024 15:34:39 -0600 Subject: [PATCH] Updated README documentation typo referencing email verification page when it should be password recovery --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bea204d..013ded8 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ Once the POST request it's submitted, the server verifies the token and: If the token is correct, `EMAIL_PASSWORD_CALLBACK` is called before the page is returned. -The `EMAIL_MAIL_PAGE_TEMPLATE` is a template that receives `{{ success }}`(`bool`), `{{ user }}`(`Model`) and `{{ request }}`(`WSGIRequest`) as arguments, +The `EMAIL_PASSWORD_PAGE_TEMPLATE` is a template that receives `{{ success }}`(`bool`), `{{ user }}`(`Model`) and `{{ request }}`(`WSGIRequest`) as arguments, it might look something like this: ```html