Ticket #341 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

User's Can't Retrieve Forgotten Passwords

Reported by: ssmith Assigned to: ssmith (accepted)
Priority: normal Milestone: 0.8.0
Component: Do not know Version: 0.6.0
Severity: normal Keywords:
Cc:

Description

Needs to be a method to send a user a new password if they have forgotten it.

Change History

05/04/06 08:59:06 PM changed by ssmith

  • owner changed from somebody to ssmith.
  • status changed from new to assigned.

06/04/06 11:29:36 PM changed by ssmith

Might be better to leverage current password generation systems like this: http://www.jvoorhis.com/articles/2006/04/06/automatic-password-suggestion-for-your-rails-app

Own code snippit:

passwd=`pwgen -N 1`.strip

09/05/06 08:56:49 PM changed by obaltzer

  • milestone changed from 0.7.0 to 0.7.1.

23/01/07 03:50:06 PM changed by ssmith

  • milestone changed from 0.7.1 to 0.8.0.

I want to rework the SQL Authentication controller some more, and need to rethink how this would work, while having it decoupled from TigerEvents?.

Defering a bit longer.