add many users for web console

Viewing 3 posts - 1 through 3 (of 3 total)
  • 24th February 2009 at 2:49 pm #14314

    I am testing the software.
    I wish to add many users in our domain so
    that they can use the web console to test render.
    How do I add more than one user in muster explorer?
    Or alternatively is there an option to add all users in
    a domain or all users in a domain user group?

    1st March 2009 at 12:50 am #14906

    i just wondering the same

    11th June 2009 at 11:00 pm #14912

    you can run a sqlite query to add users. such as

    insert into “db_users” values (8,”nick”,1,1,1,””,1,1,1,1,1,1,0,””,””,-1,0);

    this adds a user “Nick” with no password as an admin.
    The reference manual also has a good description of the database and fields.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.