-
Notifications
You must be signed in to change notification settings - Fork 0
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 account password #91
Conversation
We should add some sort of 2 factor authentication to this (by email for example) for security reasons. I'm not sure if this is possible right now or if we should let this for a future issue |
Is that something usual when changing passwords with the user logged in? It definitely needs to be done in #84 but I'm not sure of the normal flow of a password change |
@coutinho21 Is this ready for review? If so, please remove it from draft |
3a6e276
to
53d15a4
Compare
src/main/kotlin/pt/up/fe/ni/website/backend/service/ErrorMessages.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/pt/up/fe/ni/website/backend/controller/AccountControllerTest.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/pt/up/fe/ni/website/backend/service/AccountService.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/pt/up/fe/ni/website/backend/controller/AccountController.kt
Outdated
Show resolved
Hide resolved
ddf0ba4
to
c6947a4
Compare
❌ Deploy Preview for niaefeup-backend-docs failed.
|
c6947a4
to
b0283a4
Compare
Closing this pr due to rebasing issues, starting a new branch as well. |
Closes #85
The objective is to add a new endpoint to change an account's password.
Review checklist
docs/openapi.yml