Is it possible, and what should I do to add users to q2a from an external script?
Let's say that I have a list of users, email-addresses and passwords.
Now,I want to add all of them as users to the website. What should I add to the database to make this happen?
edit: I can write programming code and noticed the qa_users table, but I don't know whether this is the only table which should be changed and how the encoding of passwords etc.. happens.