From: Ben H. <ph...@gr...> - 2005-09-23 21:50:34
|
On Fri, Sep 23, 2005 at 11:32:27PM +0200, Thomas Harding wrote: > Hi, > As I said yesterday, I'm now working on create user function. >=20 > But I'm a bit lost : how to access the databases to write in ? There's an option in the config file: DBAUTH_AUTH_CREATE that has the SWQL statement to use, if that's what you're looking for. The default is: DBAUTH_AUTH_CREATE =3D "INSERT INTO user SET passwd=3DPASSWORD('$password')= ,userid=3D'$userid'" -ben --=20 Ben Hartshorne email: be...@ha... http://ben.hartshorne.net |