Viewing File: /home/ubuntu/code_review/phabricator/resources/sql/autopatches/20140218.passwords.2.prefix.sql

/* Mark all existing password hashes as "Iterated MD5". */

UPDATE {$NAMESPACE}_user.user
  SET passwordHash = CONCAT('md5:', passwordHash)
  WHERE LENGTH(passwordHash) > 0;
Back to Directory File Manager