Skip to content

Commit fefdc9f

Browse files
Merge pull request #209 from Sibsankar-de/issue-208
Reset password with OTP validation added.
2 parents 67390df + 1e9ab6b commit fefdc9f

14 files changed

Lines changed: 667 additions & 388 deletions

File tree

savebook/.env.docker.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,11 @@ NODE_ENV=production
2929
# ===================== Github =============================
3030
GITHUB_CLIENT_ID=your_github_client_id
3131
GITHUB_CLIENT_SECRET=your_github_client_secret
32-
NEXT_PUBLIC_BASE_URL=http://localhost:3000
32+
NEXT_PUBLIC_BASE_URL=http://localhost:3000
33+
34+
# ===================== Email =============================
35+
SUPPROT_EMAIL=your_email_address
36+
SMTP_HOST=smtp.gmail.com
37+
SMTP_PORT=465
38+
SMTP_USER=your_email_address
39+
SMTP_PASS='your_app_pass'

savebook/.env.local.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ CLOUDINARY_API_SECRET=
1313
# ===================== Github =============================
1414
GITHUB_CLIENT_ID=your_github_client_id
1515
GITHUB_CLIENT_SECRET=your_github_client_secret
16-
NEXT_PUBLIC_BASE_URL=http://localhost:3000
16+
NEXT_PUBLIC_BASE_URL=http://localhost:3000
17+
18+
# ===================== Email =============================
19+
SUPPROT_EMAIL=your_email_address
20+
SMTP_HOST=smtp.gmail.com
21+
SMTP_PORT=465
22+
SMTP_USER=your_email_address
23+
SMTP_PASS='your_app_pass'

0 commit comments

Comments
 (0)