Project

General

Profile

Actions

Defect #16751

closed

encryption

Added by mark edwards almost 10 years ago. Updated almost 10 years ago.

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 #1

Updated by Toshi MARUYAMA almost 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

Also available in: Atom PDF