Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lost password feature #755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Mar 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a2bd841
feature: Initial Implementation of `lost-password` api endpoint
irfan-ikhwa Feb 14, 2024
ceabd3b
feature: Initial Implementation of Email Sending Feature with dummy D…
irfan-ikhwa Feb 17, 2024
c4b18bd
feature: Initial Password reset flow implementation
irfan-ikhwa Feb 18, 2024
96081d3
feature: Added email template in OrganizationCommonSettings, Added pu…
irfan-ikhwa Feb 20, 2024
d5c63ea
feature: Added emailTemplate in common-settings.
irfan-ikhwa Feb 22, 2024
0a213f4
Merge branch 'dev' into lost-password-feature
aq-ikhwa-tech Feb 25, 2024
65d9e2a
Misc fixes
aq-ikhwa-tech Feb 25, 2024
39ad3ac
Misc fixes
aq-ikhwa-tech Feb 26, 2024
72518dc
Update application.props
aq-ikhwa-tech Feb 26, 2024
d384418
Update application.props to include smtp server auth
aq-ikhwa-tech Feb 26, 2024
810d669
Merge branch 'lowcoder-org:main' into lost-password-feature
aq-ikhwa-tech Feb 26, 2024
758f86f
Merge branch 'dev' into lost-password-feature
aq-ikhwa-tech Feb 26, 2024
0391d2a
feature: Added Env Variables for SMPT server
irfan-ikhwa Feb 27, 2024
bc74e8a
feature: Rename SMTP Env variable to ADMIN
irfan-ikhwa Feb 27, 2024
30dcd9c
Merge branch 'dev' into lost-password-feature
FalkWolsky Mar 5, 2024
5343945
changed the API response to empty in case user does not exist.
irfan-ikhwa Mar 13, 2024
833c22b
Added env Variables.
irfan-ikhwa Mar 13, 2024
c5447c3
Added ssl auth.
irfan-ikhwa Mar 14, 2024
e5613c5
updated email sender filed name
irfan-ikhwa Mar 14, 2024
a8b2ece
updated email sender filed name
irfan-ikhwa Mar 14, 2024
ac6eb29
Merge branch 'dev' into lost-password-feature
FalkWolsky Mar 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'dev' into lost-password-feature
  • Loading branch information
aq-ikhwa-tech committed Feb 26, 2024
commit 758f86f1963f92d8d0fbc8af7a29059f46ceefd5
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ common:
workspace:
mode: ${LOWCODER_WORKSPACE_MODE:SAAS}
marketplace:
private-mode: ${MARKETPLACE_PRIVATE_MODE:true}
private-mode: ${LOWCODER_MARKETPLACE_PRIVATE_MODE:true}
lowcoder-public-url: ${LOWCODER_PUBLIC_URL:http://localhost:8080}
lost-password-email-sender: ${LOWCODER_LOST_PASSWORD_EMAIL_SENDER:[email protected]}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.