Adding Developers

Administration of game makers on the game project [PORT-Portal-02]

Congratulations! You have set up your Beamable account and you are ready for development, but you need to add your fellow developers and testers to the account so that they can make games faster, too! This article aims to walk you through the process of adding another person to your Beamable account.

Instructions

For purposes of privacy and security, when you add someone to your account through the Beamable Portal, their account is inaccessible until they choose a password. This happens through the same password reset flow as someone would use if they forgot their password.

A. Create the Account (Team Admin)

First, let's create your teammate's new account:

  1. Navigate to beta-portal.beamable.com/login/ and login using the customer ID, email, and password with which you registered your project.
1618
  1. Click to expand the Admin section in the navigation panel and click the User Administration link.

The "User Administration" page features a list of all of the admins, developers, and testers on your project.

  1. Click the + ADD link located at the top right of the user list.

  2. In the "Permissions" menu that pops up, type in the email address of the teammate you intend to add.

  3. Choose a role for from the drop down list to define the global permissions to grant to your teammate.
    User permissions can be changed later.

  4. Click save to register an account for your teammate. They will receive an auto-generated email with login instructions.

B. Set Your Password (New Teammate)

Next, your teammate should follow these steps to proceed through the password reset process:

  1. Navigate to beta-portal.beamable.com/login/ and enter your organization's CID, which was included in the invite email.

  2. Click the Forgot Password link at the bottom of the login screen.

563
  1. Enter your email address and press Send Code. An email with a reset code will be sent to the address entered. Each reset code is valid for 1 hour. A fresh reset code will be required if the "Change Password" is closed.

  2. Retrieve the reset code from that email and navigate back to the "Change Password" page.

  1. Click Change & Login to proceed to your organization's dashboard. The projects, page links, and other content that you will have access to are determined by the permissions your organization admin granted you.

  2. Go forth and make great games, as a team!

📘

TIP: Finding your CID

To get your customer ID (CID), look for config-defaults.txt in your project. The shell snippet below illustrates how to get it from the command line if you are on MacOS.

% find . -name config-defaults.txt
./Assets/Beamable/Resources/config-defaults.txt
% grep cid ./Assets/Beamable/Resources/config-defaults.txt
    "cid": "1320644969098300",