Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • [authentication_type_single_name], e.g. dealer: The authentication object that was created through the form. This would return it’s email, for example: dealer.email.

  • confirmation_url: The url that the user can use to verify her email address. You can setup the redirect url asafter user confirm their email address through: redirect_to_urlparams. For example:

Code Block
 {{ confrimation_url }}/?redirect_to_url=http://www.rubyonrails.org

...