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
/
tools
/
convert_passwords.sql
blob: 9ee35e13eb6e33fb11c3c9eb99252d22a5ed2f6f (
plain
) (
blame
)
1
2
3
--
Convert
passwords
to
MD5
Hash
UPDATE
`
login
`
SET
`
user_pass
`
=
MD5
(
`
user_pass
`
);