gendummydata.py: Fix to make it less db specific
commitc19284c78364e9c1663d69a963b9b0a89fdb2852
authorMark Weiman <mark.weiman@markzz.com>
Wed, 1 Mar 2017 06:46:20 +0000 (1 01:46 -0500)
committerLukas Fleischer <lfleischer@archlinux.org>
Wed, 1 Mar 2017 19:29:07 +0000 (1 20:29 +0100)
treed3fe017640328dddecdf5e036b12be31c37fc5a8
parent28f33e7bb1d1ecb1b52ae2b2d876438cd25e3662
gendummydata.py: Fix to make it less db specific

Sqlite3 does not support the MD5 function like MySQL does, instead of the
database program hash the passwords, have Python's hashlib module do it
instead.

Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
schema/gendummydata.py