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

disable registration by default #107

Closed
wants to merge 1 commit into from

Conversation

julianuphoff
Copy link

@dcramer
Copy link
Member

dcramer commented Jun 24, 2017

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

@dcramer dcramer closed this Jun 24, 2017
@tarabanton
Copy link

Maybe it's better to replace with something configurable like

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

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

@dcramer
Copy link
Member

dcramer commented Jun 27, 2017

This is resolved in master and configurable via the UI

@kwiesmueller
Copy link

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

@mattrobenolt
Copy link
Contributor

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

@kwiesmueller
Copy link

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