bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Update Message of the Email #607

Closed oguzhantok closed 1 year ago

oguzhantok commented 1 year ago

Description:

When the forgot password service is triggered, an email is sent to the user. There is a verification code in this email so that he can regenerate his password. Since this service will also be used while registering to the application, the content of the message in the sent e-mail will be updated.

The message currently in the email is "You can create new password using this code." The updated message will be "Using this code, you can register to the application or reset your password."

Deadline: 26.12.2022 23.59

oguzhantok commented 1 year ago

Implemetation is finished as expected. See related pull request!