Hi,I've searched on the meta-wiki and googled for the last two days, butI can't seem to manage to be able to create a wiki-user from anoutside script.My questions are:1) I'm using the following code to generate the wiki password (as faras I can tell it's identical as in the wiki source [1.5]). $wiki_password = md5($wiki_user_id . "-" . md5($_POST['password1']) );2) the table user_rights. Setting the correspondent id to 'user' or'sysop' doesn't solve the problem either. The right value for this isjust "user" is it not?3) Right now, in the user table, I'm setting user_id, user_name,user_real_name, user_password, and user_email. Do I need to setuser_options as well? Any others?Any help much appreciated,Henno