Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18794625
20140218.passwords.2.prefix.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
174 B
Referenced Files
None
Subscribers
None
20140218.passwords.2.prefix.sql
View Options
/* Mark all existing password hashes as "Iterated MD5". */
UPDATE
{$
NAMESPACE
}
_user
.
user
SET
passwordHash
=
CONCAT
(
'md5:'
,
passwordHash
)
WHERE
LENGTH
(
passwordHash
)
>
0
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 12:08 AM (1 d, 18 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8184030
Default Alt Text
20140218.passwords.2.prefix.sql (174 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment