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

Change password route added #70

Merged
merged 41 commits into from
Sep 30, 2023

Conversation

Naresh-chandanbatve
Copy link
Collaborator

No description provided.

Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
Signed-off-by: Naresh <chandanbatven@gmail.com>
@vercel
Copy link

vercel bot commented Sep 24, 2023

Someone is attempting to deploy a commit to a Personal Account owned by @UBA-GCOEN on Vercel.

@UBA-GCOEN first needs to authorize it.

res.json({ msg:"User Faculty does not exist" })
}
} catch (error) {
res.send(error)

Check warning

Code scanning / CodeQL

Information exposure through a stack trace Medium

This information exposed to the user depends on
stack trace information
.
res.json({ msg:"User Faculty does not exist" })
}
} catch (error) {
res.send(error)

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium

Exception text
is reinterpreted as HTML without escaping meta-characters.
@Naresh-chandanbatve Naresh-chandanbatve linked an issue Sep 24, 2023 that may be closed by this pull request
3 tasks
@vercel
Copy link

vercel bot commented Sep 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
arrow-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2023 8:34pm

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@UBA-GCOEN UBA-GCOEN merged commit 702b4bc into UBA-GCOEN:main Sep 30, 2023
3 of 6 checks passed
@Naresh-chandanbatve Naresh-chandanbatve deleted the change-password branch October 1, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: password change route with otp
3 participants