Actions
Defect #16751
closedencryption
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I could be wrong but i noticed that using the default config..
users table has a password hash and salt
when i add a value to
"database_cipher_key" on configuration.yml
and
execute rake to encrypt password => rake db:encrypt RAILS_ENV=production
there is no change in the users table.
what exactly is rake db:encrypt doing ? if anything.
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from New to Closed
- Resolution set to Invalid
See:
source:tags/2.5.1/lib/tasks/ciphering.rake
It is for LDAP and SCMs, not for user table.
Actions