Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852397
20140218.passwords.2.prefix.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Mon, Jun 9, 06:31 (23 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1752098
Default Alt Text
20140218.passwords.2.prefix.sql (174 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment