Displaying 1 result from an estimated 1 matches for "test_forgot_password".
2005 Jul 05
2
Salted hash login generator (verification problem?)
...action_controller/base.rb:330:in `process''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.8.1/lib/
action_controller/test_process.rb:255:in `process''
(eval):3:in `post''
./test/functional/user_controller_test.rb:128:in `test_delete''
2) Error:
test_forgot_password(UserControllerTest):
ActionView::TemplateError: undefined method `errors'' for nil:NilClass
On line #2 of /user/change_password.rhtml
1: <div title="<%= title_helper %>" class="form">
2: <%= head_helper :error => true %>
3:...