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.
Actions