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.
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!
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!
@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:
https://git.coopcloud.tech/coop-cloud/matrix-synapse/src/commit/0645a9f48784fabfb461e62ecb644aa3b9a43146/abra.sh#L3
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
.envfile 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_registrationenable_registration: {{ env "ENABLE_REGISTRATION" }}registration_requires_token: {{ env "REGISTRATION_REQUIRES_TOKEN" }}@FunPecan you'll also need to bump the
abra.shversion 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.