Create account in Sentry

After spending a hour or so on this issue I've finally found the answer. Sentry has user management here: http://yoursentry.url/manage/users/.


I do the following procedure to create another account in a local Sentry:

Suppose Sentry port is 9000:

  1. Log in with the original account
  2. Go to this address http://127.0.0.1:9000/settings/sentry/members/
  3. Invite a user with its email and role then click on Add Member
  4. Then click on the new created invitation.
  5. Copy the Invite Link to the clipboard.
  6. SignOut from the original user.
  7. Go to the copied link (i.e. http://127.0.0.1:9000/accept/6/ab1acc5a37cf4e84a1f75a51c7485f06b01dcad2219540d1b4490a1e1dcbd705/ )
  8. Click on Create a new account
  9. Now, Register tab will appear near the Login.
  10. Enter a new email, name, and password in the Register tab then click Register
  11. Click on Join to a Sentry organization

[NOTE]:

  • With this address http://127.0.0.1:9000/admin and with the original user, you can access to Sentry User table, and change the account Role and Organization or you could create a new user.

  • This method has been tested on Sentry 9.0.0

Tags:

Logging

Sentry