Skip to content

Implement activation and forgot password

Sam Sehnert requested to merge feature/auth-api-activation into master

Done

  • Implemented API based forgot password and account activation for React
  • Both automatically log the user in
  • Allows automatic password generation when creating users who have to enter their password when activating anyway

Testing

  • Easiest to test with JLR MR !44 (closed)
  • Ensure account activation works
  • Ensure password reset works
  • Ensure login still works
Edited by Sam Sehnert

Merge request reports