index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql-files
/
convert_passwords.sql
blob: 86e4c5b082afb746f2b2f009fea1c154ca6c366a (
plain
) (
blame
)
1
2
3
#
Convert
passwords
to
MD5
hashes
UPDATE
`
login
`
SET
`
user_pass
`
=
MD5
(
`
user_pass
`
);