Skip to content

confirmation redirect link to front end

Anthony Shull requested to merge as/bug/908/confirmation-link into develop

To test:

  1. Make sure that Sidekiq is started. See the README if unsure how.
  2. Make sure that the Rails server is started. See the README if unsure how.
  3. Make sure that Maildev is started. See the README if unsure how.
  4. Start the console and create a user: FactoryBot.create(:user).
  5. You will get an email in Maildev. Click the link and note the redirection to localhost:3001/signin?confirmed=true
  6. Get the user id from step 4 and make sure they are confirmed User.find(2).confirmed?

Closes https://gitlab.com/JOGL/JOGL/-/issues/908

Edited by Anthony Shull

Merge request reports