-1

I have a requirement where the user creates an account through form with name and email. I need to send him an activation link once he clicks on it he must be able to choose a password. I am using authlogic please let me know the best way of achieving it.

user315252
  • 179
  • 1
  • 11

1 Answers1

1

Authlogic has very comprehensive guide; you can almost copy and paste everything: https://github.com/binarylogic/authlogic

Wukerplank
  • 4,156
  • 2
  • 28
  • 45