These are the logs in server
Started POST "/passwords/show" for 127.0.0.1 at 2012-01-24 17:26:46
+0530
  Processing by PasswordsController#update as HTML
  Parameters: {"utf8"=>"Γ£ô",
"authenticity_token"=>"Ywh7x8r1DMlPq9277Uca7CoxaeJ
QJVxhXH9AmTR4O1c=", "user"=>{"current_password"=>"[FILTERED]",
"password"=>"[FIL
TERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Change my
password",
 "id"=>"show"}
  ←[1m←[36mUser Load (0.0ms)←[0m  ←[1mSELECT `users`.* FROM `users`
WHERE `users
`.`id` = 2 LIMIT 1←[0m
  ←[1m←[35mSQL (0.0ms)←[0m  BEGIN
  ←[1m←[36mSQL (0.0ms)←[0m  ←[1mROLLBACK←[0m
Rendered passwords/edit.html.erb within layouts/application (15.6ms)





On Jan 24, 4:51 pm, Alex Mercer <alexey.boby...@gmail.com> wrote:
> Can you provide info from log file when this action performing ?
> +
> Check validations in your model and what params you getting in
> `params[:user]`.
>
> On Jan 24, 8:32 am, Kapil Kaligotla <kapil.kaligo...@magikminds.com>
> wrote:
>
>
>
>
>
>
>
> > I am using rails 3.0.10, in that i had created users using devise and
> > i followed the below link to change the user password, but it is not
> > changing the password when i changed the current password. please
> > anyone help me to get out of this problem
>
> >https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-e...

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to