index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql-files
/
convert_passwords.sql
blob: 6d2521e564e215402287332410fc76f128ec287b (
plain
) (
blame
)
1
2
3
#
Convert
passwords
to
MD5
hashes
UPDATE
`
login
`
SET
`
user_pass
`
=
MD5
(
`
user_pass
`
);