search for: reset_password_token

Displaying 5 results from an estimated 5 matches for "reset_password_token".

2012 Sep 02
1
to_model
...ance). Am I missing something here? Why call a method that returns the same thing? @user => #<User id: 3, name: "dscdsf", email: "fgd-kX2TDLzHGmnQT0dZR+AlfA@public.gmane.org", encrypted_password: "", phone: "9544443456", address: "fvfdvf", reset_password_token: nil, reset_password_sent_at: nil, remember_created_at: nil, sign_in_count: 1, current_sign_in_at: "2011-09-27 17:01:45", last_sign_in_at: "2011-09-27 17:01:45", current_sign_in_ip: "127.0.0.1", last_sign_in_ip: "127.0.0.1", created_at: "2011-09-12 16:55...
2011 Jun 11
1
Having a problem adding a foreign key
...:default => "", :null => false t.string "encrypted_password", :limit => 128, :default => "", :null => false t.string "password_salt", :default => "", :null => false t.string "reset_password_token" t.string "remember_token" t.datetime "remember_created_at" t.integer "sign_in_count", :default => 0 t.datetime "current_sign_in_at" t.datetime "last_sign_in_at" t.string "current_sign_in_ip"...
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
2010 Aug 09
0
Devise :current_password validations and checking (how???)
...********* %aside#sidebar %nav.leftbar %ul %li.pwd= link_to "Password", change_password_path %section#content.w.r = form_for(@user, :as => :user, :url => change_password_path(:user)) do |f| %h1 Change your password %fieldset %div = f.hidden_field :reset_password_token %div = f.label :current_password = f.password_field :current_password, :autofocus => true %div = f.label :password = f.password_field :password %div = f.label :password_confirmation = f.password_field :password_confirmation...
2012 May 21
1
Active Admin help
I have installed active admin and also add my model -controller rate_professor there.......I can add/delete/edit data using active admin ...but if I click on submit button of my form in rate_professor controller ... I can see whatever I added in the index page ........but I don''t want to see that one.....I want to find the information(whatever I added by clicking submit button) on