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.
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.
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
:
http://127.0.0.1:9000/settings/sentry/members/
http://127.0.0.1:9000/accept/6/ab1acc5a37cf4e84a1f75a51c7485f06b01dcad2219540d1b4490a1e1dcbd705/
)[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
I have the user register in http://SOMEHOST:9000/auth/login/sentry/ then I assign the user to a team. Each project is assigned to a team.
Sentry on-premise version: master HEAD is at 177ed0ef (committed last November 11, 2016)