We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add `after_create :send_activation_needed_email!` so that we can get an activation email
Fix security issue, now use the token to find the user in confirm
Fix issue, user can activate and login without password by simply reloading the page or ignoring the activation page.
Replace confirmation by confirm in users_controller.rb, need to match the route (The action 'confirm' could not be found for UsersController)
use auto_login
Updated Password less activation (markdown)
route and controller
adding the model
Created Password less activation (markdown)