3
edits
(User creation in mysql?) |
|||
| Line 8: | Line 8: | ||
define('WEAVE_AUTH_ENGINE', 'mysql'); | define('WEAVE_AUTH_ENGINE', 'mysql'); | ||
== User creation == | |||
The command | |||
insert into users values ('[username]', md5('[password]')); | |||
seems not to be correct, because current DB layout has more fields ("mail", "location"). What is supposed to be in them? | |||
edits