Add REGISTRATION_REQUIRES_TOKEN
to matrix config
#46
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "FunPecan/matrix-synapse:add-registration-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a WIP at the moment.
I've tried to make these changes to the recipe so that I can make the changes in my real server. And my server is still giving me "registration not enabled" when I try to create a new account.
Oh disregard. This was my error. I hadn't updated my server instance
.env
file to enable registrations. That fixed the issue.So that means this pull request should be ready to go!
Great stuff 🌻
@ -132,6 +132,8 @@ turn_allow_guests: {{ env "TURN_ALLOW_GUESTS" }}
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#enable_registration
enable_registration: {{ env "ENABLE_REGISTRATION" }}
registration_requires_token: {{ env "REGISTRATION_REQUIRES_TOKEN" }}
@FunPecan you'll also need to bump the
abra.sh
version for the homeserver config or else maintainers running updates will receive an error. This one:Updated!
Perfect, thanks for the update. Looks ready to merge to me, I can do it shortly if there's no other notes.