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
:
- Log in with the original account
- Go to this address
http://127.0.0.1:9000/settings/sentry/members/
- Invite a user with its email and role then click on Add Member
- Then click on the new created invitation.
- Copy the Invite Link to the clipboard.
- SignOut from the original user.
- Go to the copied link (i.e.
http://127.0.0.1:9000/accept/6/ab1acc5a37cf4e84a1f75a51c7485f06b01dcad2219540d1b4490a1e1dcbd705/
) - Click on Create a new account
- Now, Register tab will appear near the Login.
- Enter a new email, name, and password in the Register tab then click Register
- 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 SentryUser
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