We have moved to Github. Please open tickets there.

Opened 5 years ago

Closed 5 years ago

#193 closed Enhancement (fixed)

Salt passwords

Reported by: marcus Owned by:
Priority: high Milestone:
Component: Version:
Severity: major Keywords:
Cc: brettp Difficulty:

Description


Change History (1)

comment:1 Changed 5 years ago by marcus

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:1676]) Closes #193: Added salt field to database and new users will be generated with salted passwords.

Existing users remain unchanged and should still be able to log in.

Requires a schema change and the following code run against the database:

alter table elggusers_entity add column salt varchar(8) NOT NULL default after password;

Note: See TracTickets for help on using tickets.