Skip to content

Commit b811c76

Browse files
Update Readme.md
1 parent a4083dc commit b811c76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

code/Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ cp .env.example .env
1717
```
1818

1919
Edit `.env` and add a DJANGO_SECRET_KEY generated from [Django Secret Key Generator](https://djecrety.ir/).
20-
Add the email and app passwords for the Gmail account.
20+
21+
You will need to have another email account ready (not the one you sign up with), along with it's [app password](https://support.google.com/accounts/answer/185833?hl=en), in order for MFA/Reset password to work.
22+
They will need to be set in the .env file. The .env file can be provided for the purposes of the demo.
2123

2224
---
2325

@@ -44,4 +46,4 @@ This binds the local website code into the container and serves it at `http://lo
4446
docker compose down -v --remove-orphans
4547
```
4648

47-
---
49+
---

0 commit comments

Comments
 (0)