Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
#
# Users Seed File
#
# Populate the `users:`` key with users, specifying name, email
# and optionally, a password. If no password is specified an activation email is sent, otherwise
# the password specified is used.
#
# NOTE: The password must be encrypted using `sudo packagecloud-ctl encrypt-password <password>` first!
#
# Example:
#
# users:
#   - {email: 'foo@asd.com', name: 'person', password: '$alc2a29aas'}

users:
   - {email: 'user@test.com', name: 'user', password: '$2a$10$a9NX...'}
   - {email: 'user2@test.com', name: 'user2', password: '$2a$10$...', collaborations: ['user/test']}
   - {email: 'user3@gmail.com', name: 'user3', password: '$2a$109...', collaborations: ['user/test']}

Run to apply the changes: