Skip to content

History / Password less activation

Revisions

  • Add `after_create :send_activation_needed_email!` so that we can get an activation email

    @toshimaru toshimaru committed Nov 6, 2015
  • Fix security issue, now use the token to find the user in confirm

    @rubyistdotjs rubyistdotjs committed Jan 8, 2013
  • Fix issue, user can activate and login without password by simply reloading the page or ignoring the activation page.

    @rubyistdotjs rubyistdotjs committed Jan 8, 2013
  • Replace confirmation by confirm in users_controller.rb, need to match the route (The action 'confirm' could not be found for UsersController)

    @rubyistdotjs rubyistdotjs committed Jan 5, 2013
  • use auto_login

    @jkamenik jkamenik committed Nov 21, 2012
  • Updated Password less activation (markdown)

    @jkamenik jkamenik committed Nov 21, 2012
  • route and controller

    @jkamenik jkamenik committed Nov 21, 2012
  • adding the model

    @jkamenik jkamenik committed Nov 21, 2012
  • Created Password less activation (markdown)

    @jkamenik jkamenik committed Nov 21, 2012