Actions
Feature #2056
closedPassword Storage of Repository access
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-10-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
I have observed a little thing which might be improved. Currently the credentials are stored in the database as clean text (for example for the repositories). I would suggest to store the credentials in an encrypted way (for example MD5 at minimum or better things like SHA1 etc.).
It is already done in hashed way for the password of the Redmine users them self, so why not using the same method for storing the password for Repository access.
Actions