Skip to main content

Create User

Run the following command from the Bastion (dev/prod) to create a user:

User.create!(name: "Full name",
email: 'some_email@pairteam.com',
role: Roles::Role::STAFF,
organization: Organization.pair_team,
password: SecureRandom.hex)
note

Password is generated for legacy purposes. It doesn't have to be shared with the user