Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

disable registration by default#107

Closed
julianuphoff wants to merge 1 commit into
getsentry:masterfrom
julianuphoff:master
Closed

disable registration by default#107
julianuphoff wants to merge 1 commit into
getsentry:masterfrom
julianuphoff:master

Conversation

@julianuphoff

Copy link
Copy Markdown

@dcramer

dcramer commented Jun 24, 2017

Copy link
Copy Markdown
Member

As I said in the ticket, this is not acceptable behavior.

@dcramer dcramer closed this Jun 24, 2017
@tarabanton

Copy link
Copy Markdown

Maybe it's better to replace with something configurable like

...
###########
# General #
###########

# Enable register feature
SENTRY_FEATURES['auth:register'] = env('SENTRY_AUTH_REGISTER', False)
...

@dcramer

dcramer commented Jun 27, 2017

Copy link
Copy Markdown
Member

This is resolved in master and configurable via the UI

@kwiesmueller

Copy link
Copy Markdown

Is it? I still can not find the setting, when do you think this will make it onto stable dockerhub?

@mattrobenolt

Copy link
Copy Markdown
Contributor

We release new versions the 1st week of the month.

@kwiesmueller

Copy link
Copy Markdown

ok, thanks...
will stick to a custom command till then, good work fixing this so quickly

command:
        - /bin/bash
        - -c
        - egrep -q "auth:register.*False" /etc/sentry/sentry.conf.py || echo "SENTRY_FEATURES['auth:register'] = False" >> /etc/sentry/sentry.conf.py; /entrypoint.sh run web

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants