Talk:Services/Sync/Server/Archived/0.3/Setup: Difference between revisions

User creation in mysql?
(User creation in mysql?)
Line 8: Line 8:


  define('WEAVE_AUTH_ENGINE', 'mysql');
  define('WEAVE_AUTH_ENGINE', 'mysql');
: [[User:Molli|Molli]] 17:31, 29 December 2008 (UTC)
 
== 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?
3

edits