Ticket #5 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

passwords stored by crypt()

Reported by: rollercow Assigned to: dez
Priority: normal Milestone: Basic Completeness
Component: blog-admin Version:
Severity: major Keywords:
Cc:

Description

Change from using md5() to crypt() for passwords - using md5() makes it obvious if you're using the same password as someone else. Dez will do this later today.

Change History

31/05/05 15:45:51 changed by dez

  • status changed from new to closed.
  • resolution set to fixed.

Switched to crypt() passwords in svn update 108. This will mean that you will no longer be able to connect if you are running old code. Do an svn update and all will be well.

02/06/05 13:06:53 changed by dez

  • milestone set to Basic Completeness.

27/07/06 10:33:30 changed by rollercow

Included in [108]