User Tools

Site Tools


config:multi-user

This is an old revision of the document!


Multi-User Capabilities

As of GetSimple 3.0, you can now have different user accounts to sign into the backend. As of right now, hooks are in place for plugins to develop user management. Other things such as user roles (rights) and logging of users' actions are not integrated yet.

If you want to create & use multiple users, you need to do so with a plugin or manually.

Manual Setup

Mutli-user functionality is working, but there is no interface to manage users in admin panel. These are the steps to manually create a new user.

  1. Change the name of the file to a unique username and with the XML extension: newuser.xml
  2. Change the <USR> element within that new XML file to have the same unique username created in step #2
  3. Copy it up to your server into the folder /data/users
  4. The new user can now login using:
    • Username: newuser (same as what you renamed the xml file to)
    • Password: password (this is the default password that the example XML file has)
  5. That user then should change their default password to something only they know.
config/multi-user.1299686800.txt.gz · Last modified: 2013/04/19 14:55 (external edit)