#122 new
Wai-Sun Chia

Forgot password?

Reported by Wai-Sun Chia | November 7th, 2009 @ 05:58 PM | in Feature Requests

The "Forgot password" mechanism is not working as:
1. There is no mechanism via the GUI to set email server configuration.
2. There is a full mail text being dumped in the log; and in mongrel we can see it on the stdout.
3. No email is actually being sent out!

Processing PasswordsController#create (for 127.0.0.1 at 2009-11-08 09:52:37) [POST]
  Parameters: {"action"=>"create", "controller"=>"passwords", "email"=>"waisun@sqci.biz"}
  User Columns (1.6ms)   SHOW FIELDS FROM `users`
  User Load (0.5ms)   SELECT * FROM `users` WHERE (`users`.`email` = 'waisun@sqci.biz') AND (users.deleted_at IS NULL OR users.deleted_at > '2009-11-08 01:52:37') ORDER BY id DESC LIMIT 1
  SQL (0.2ms)   BEGIN
  User Update (0.4ms)   UPDATE `users` SET `perishable_token` = 'xUx7e2XQ9fDgLjeiPMRH', `updated_at` = '2009-11-08 01:52:37' WHERE `id` = 1
  SQL (0.8ms)   COMMIT
Sent mail to waisun@sqci.biz

Date: Sun, 8 Nov 2009 09:52:37 +0800
From: Fat Free CRM <noreply@fatfreecrm.com>
To: waisun@sqci.biz
Subject: Fat Free CRM: password reset instructions
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8

A request to reset your password has been made. If you did not make this request, simply ignore this email. If you did make this request just click the link below:

http://localhost:3000/passwords/xUx7e2XQ9fDgLjeiPMRH/edit

If the above URL does not work try copying and pasting it into your browser. If you continue to have problem please feel free to contact us.
Redirected to http://localhost:3000/
Completed in 4439ms (DB: 4) | 302 Found [http://localhost/passwords]
  SQL (0.1ms)   SET NAMES 'utf8'
  SQL (0.1ms)   SET SQL_AUTO_IS_NULL=0


Processing HomeController#index (for 127.0.0.1 at 2009-11-08 09:52:42) [GET]
  Parameters: {"action"=>"index", "controller"=>"home"}
  User Columns (1.6ms)   SHOW FIELDS FROM `users`
Redirected to http://localhost:3000/login
Filter chain halted as [:require_user] rendered_or_redirected.
Completed in 30ms (DB: 2) | 302 Found [http://localhost/]

Comments and changes to this ticket

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails CRM platform for Web 2.0 and beyond

People watching this ticket

Attachments

Tags

Pages