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

[feature]: Reset password #180

Merged
merged 7 commits into from
Jun 26, 2023
Merged

[feature]: Reset password #180

merged 7 commits into from
Jun 26, 2023

Conversation

jhhornn
Copy link
Contributor

@jhhornn jhhornn commented Jun 25, 2023

Checklist

  • tested locally
  • added new dependencies
  • updated the Swagger API docs
  • updated the Postman collection
  • added a test
  • linter passes
  • format check passes

Closes #113

@jhhornn jhhornn added the enhancement New feature or request label Jun 25, 2023
@jhhornn jhhornn self-assigned this Jun 25, 2023
@tobisupreme tobisupreme marked this pull request as draft June 25, 2023 12:36
@jhhornn jhhornn temporarily deployed to Pre-deployment June 25, 2023 18:45 — with GitHub Actions Inactive
@jhhornn jhhornn temporarily deployed to Pre-deployment June 25, 2023 19:01 — with GitHub Actions Inactive
@jhhornn jhhornn temporarily deployed to Pre-deployment June 25, 2023 19:43 — with GitHub Actions Inactive
@jhhornn jhhornn temporarily deployed to Pre-deployment June 25, 2023 20:09 — with GitHub Actions Inactive
@tobisupreme tobisupreme temporarily deployed to Pre-deployment June 26, 2023 01:44 — with GitHub Actions Inactive
@tobisupreme tobisupreme changed the title Reset password [feature]: Reset password Jun 26, 2023
@tobisupreme tobisupreme marked this pull request as ready for review June 26, 2023 01:49
Copy link
Contributor

@Arndy345 Arndy345 left a comment

Choose a reason for hiding this comment

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

Good work people

@tobisupreme tobisupreme merged commit 4fac618 into dev Jun 26, 2023
1 check passed
@@ -29,6 +29,7 @@ module.exports = {

EMAIL_SUBJECTS: {
EMAIL_VERIFICATION: 'AltCamp Verification Code',
PASSWORD_RESET: 'AltCamp Password Reset Code',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think adding 'Altcamp' in front of this constant is unnecessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add endpoint to reset account password
4 participants