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

Add email confirmation for password change #61

Commits on Aug 16, 2022

  1. Add email confirmation for password change

    Token:
    -Added data field to store data like password or email
    -Added @Enumerated annotataion to TokenType
    TokenType:
    -Added CONFIRMATION value
    UserService:
    -Added rootUrl parametr to changeUserPassword method
    -Added confirmChangeUserPassword method
    UserServiceImpl:
    -Modified changeUserPassword method to sending emails
    -Added confirmChangeUserPassword method
    UserController:
    -Modified changeUserPassword method
    -Added confirmChangeUserPassword method
    DawidStuzynski committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    58b3b36 View commit details
    Browse the repository at this point in the history
  2. Update TokenType value

    -Changed enum value from CONFIRMATION to CHANGE_EMAIL_CONFIRMATION
    DawidStuzynski committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3dc322a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Change TokenType values

    -Changed from REGISTER to REGISTER_CONFIRMATION
    -Remove PASSWORD and EMAIL values
    DawidStuzynski committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7e34884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee3482 View commit details
    Browse the repository at this point in the history
  3. Change TokenType value

    -Changed from CHANGE_EMAIL_CONFIRMATION to CHANGE_PASSWORD_CONFIRMATION
    DawidStuzynski committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2a350dc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    af4ca8a View commit details
    Browse the repository at this point in the history