Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create account in Sentry

Tags:

logging

sentry

Can I create a new account in Sentry? How?

It necessary for add user: "You may add a user by their username if they already have an account.".

TIA.

like image 204
Evgenii Avatar asked Jun 27 '12 05:06

Evgenii


2 Answers

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/.

like image 160
alex_koval Avatar answered Sep 30 '22 10:09

alex_koval


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

like image 40
Benyamin Jafari Avatar answered Sep 30 '22 12:09

Benyamin Jafari