Actions
Defect #18976
closedredmine.repositories & redmine.auth_sources passwords are not hashed
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Security
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
passwords saved in redmine.repositories and redmine.auth_sources are not hashed
Environment details are:
Redmine version 2.5.1.stable
Ruby version 1.9.3-p125 (2012-02-16) [i386-mingw32]
Rails version 3.2.17
Environment production
Database adapter Mysql2
I raised this in the forum and it doesn't seem to be a know issue:
http://www.redmine.org/boards/2/topics/45073
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from New to Closed
- Resolution set to Invalid
These passwords can't be hashed (Redmine needs to retrieve them in ordre to authenticate against LDAP or repositories). But they can be encrypted, please see database_cipher_key
in your configuration.yml:
source:/tags/2.6.1/config/configuration.yml.example#L117
Actions