Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.48 KB

create-new-users.md

File metadata and controls

34 lines (23 loc) · 1.48 KB

Adding new users to DPE

Created: 05/05/2020 Updated: 24/07/2020

You can either go through the Firebase Console or DPE's Admin view to create new Users. If you know the Admin email and password, the easiest way is to add a new user via the Admin View.

DPE's Admin View

  1. Select Users Tab Select User Tab
  2. Add User Click Add User Button
  3. Fill in the new user's email and password (make sure the password is longer than 8 letters) Enter Email and Password for user
  4. You'll get a feedback message. Feedback Message
  5. If the user has been successfully created, you will be now logged in as that user. This is because we are using a method that behaves this way, so make sure you sign out! Sign out

Firebase Console

  1. In the Firebase console, click on Authentication on the left-hand navigation menu.

    Sidebar

  2. Click on Add User in the upper-right.

  3. Enter their email address and a password and click the Add User buttton below.

    Add fields and ID to new user document

  4. Done! The new user can now sign in with their new username and password.