Skip to content
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

Latest email changes #30

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fd161c5
resistration page changes
Nupur582 Nov 8, 2021
601ab74
password reset link added correctly and user status changed to regist…
Nupur582 Nov 9, 2021
a6e8d87
login validation for when user is active done
Nupur582 Nov 10, 2021
127f863
userstatus validation with object ID
Nupur582 Nov 10, 2021
dbae0cb
confirmationcode being sent out to the user and the db schema structu…
Nupur582 Nov 12, 2021
0554f58
API to activate the user and set the status to active has been created
Nupur582 Nov 12, 2021
6be4270
Request email and confirm email for the users are done and in place.
Nupur582 Nov 12, 2021
40471bc
validations added if user is already active
Nupur582 Nov 12, 2021
a78a09e
modified the confirmation code send to the user and once active the c…
Nupur582 Nov 16, 2021
e0b4515
hide the variables
Nupur582 Nov 17, 2021
a31e02f
changes
Nupur582 Nov 17, 2021
9d48270
hiding changes
Nupur582 Nov 17, 2021
64aa34b
hiding files
Nupur582 Nov 17, 2021
95dcd0c
c
Nupur582 Nov 17, 2021
110b47a
c
Nupur582 Nov 17, 2021
a12c4d0
c
Nupur582 Nov 17, 2021
da4f18d
c
Nupur582 Nov 17, 2021
2d9782a
Merge branch 'latest_email_changes' of https://github.com/dxc-technol…
Nupur582 Nov 17, 2021
98a7940
c
Nupur582 Nov 17, 2021
6c3ef44
New Activate page and PW route
smaddinieni Nov 18, 2021
9cf8496
Merge pull request #29 from dxc-technology/activation_page
Nupur582 Nov 19, 2021
8bfca72
confirm user all changes done from Backend and the UI. ready to merge.
Nupur582 Nov 19, 2021
eb46b58
Update backend_variable.env
Nupur582 Nov 23, 2021
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
c
Nupur582 committed Nov 17, 2021
commit da4f18d8692163140f4b6fdd43088966bfbfa985
2 changes: 1 addition & 1 deletion Backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
backend_variable.env
.\backend_variable.env
3 changes: 1 addition & 2 deletions Backend/backend_variable.env
Original file line number Diff line number Diff line change
@@ -11,5 +11,4 @@ MAIL_USE_SSL = True

# DATABASE VARIABLES
DB_NAME = Panoply
DB_CONNECTION_STRING = 'mongodb+srv://dbuser:admin123@panoplycluster0.ssmov.mongodb.net/Panoply?retryWrites=true&w=majority'

DB_CONNECTION_STRING = 'mongodb+srv://dbuser:admin123@panoplycluster0.ssmov.mongodb.net/Panoply?retryWrites=true&w=majority'