Displaying 2 results from an estimated 2 matches for "confirmation_token".
2010 Oct 31
4
Newbie - Rails 3 authentication question (Devise)
Hello!
I''m working on my first Rails app and I have a question regarding
authentication. I already have authentication for signing up, logging
in, logging out, etc. What I need is an account email activation
function and a reset password (forgot password) function. I have read
a little bit about Devise and watched the Railscast episodes on it, it
seems nice, but is it possible to add
2012 Dec 12
1
Devise route for confirmation error with :locale
...s.rb
scope "/:locale" do
devise_for :users, :controllers => { :registrations =>
''registrations'' }
...
end
But in the process of confirmation,
No route matches {:action=>"create",
:controller=>"devise/confirmations",
:confirmation_token=>"W65sGSMU9TNQwJDRzNzV"}
appears.
There is a similar issue such as
https://github.com/plataformatec/devise/issues/815
But I don''t quite understand what to do as explained in this URL.
"Yes, you need to copy the views to your application and change the
confirmation_url (...