Skip to content

Commit 12401c8

Browse files
author
Emile Frey
committed
updated README
1 parent 47466ce commit 12401c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
3939
$id = $(docker ps -aqf "name=django-react-postgres-boilerplate_backend")
4040
docker logs --tail 1000 -f $id
4141
```
42-
- Upon submitting a valid email, you should get a path like http://localhost:300/password_reset?token=abcdefgxyz123; paste this in your browser to access the password reset form. The password reset form first validates the token; if the token is valid, it presents the password reset interface and allows the user to provide a new password.
42+
- Upon submitting a valid email, you should get a path like http://localhost:3000/password_reset?token=abcdefgxyz123; paste this in your browser to access the password reset form. The password reset form first validates the token; if the token is valid, it presents the password reset interface and allows the user to provide a new password. If the token is invalid, it will redirect the user to the login page.
4343

4444
Check out the Django docs starting [here](https://docs.djangoproject.com/en/3.1/topics/email/#smtp-backend) in order to update the Email Backend from a console output to an actual SMTP backend.
4545

0 commit comments

Comments
 (0)