Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

2. User Accounts

Tim Davis edited this page Sep 2, 2018 · 2 revisions

After installing BuySYSto your server, configuring the properties file, and running the setup commands, the next step is signing in to the system!


Creating a System Admin User Account

The first account you create should be your own System Admin account. This allows you to modify configurations and control access for other users.

  1. Navigate to http://your.com/ (wherever your virtual host for BuySYS is configured for) and sign in using EveSSO. The first time any user signs in, an account is automatically created for them in the Users table with a default ROLE.
  2. To change your own ROLE, log in to PHPMyAdmin and load the Users table. Change your user's override_role to ROLE_SYSTEM_ADMIN and save.
  3. Logout of BuySYS and log back in, you now have system admin permissions!

Controlling Access

Now that you are a System Admin and are able to manage the application settings, you should configure who can access your system and how.

  1. Log in with a System Admin account and navigate to Admin > Permissions
  2. Guest Access
    1. By default the 'Default Access (Everyone Not Configured)' is set to ROLE_MEMBER. This means anyone can log in to the system but they still can't sell anything.
  3. Authorized Access
    1. Set Default Access to 'ROLE_DENIED'
    2. Type your alliance name in the box and hit 'search'. Choose the correct alliance from the list (double click) and they should be added to the manual authorization list. You can set their role to 'ROLE_MEMBER'.

The next step is to set up Cron Jobs for scheduled application tasks

Clone this wiki locally