matrix-registration
matrix-registration copied to clipboard
a token based matrix registration api
### How did you install matrix-registration? docker ### What python version are you running? _No response_ ### What version of matrix-registration are you running? latest ### Your config.yml ``` server_location:...
### Description of the new feature / enhancement An arm64 docker image would be great especially since I'm trying to use it with https://github.com/spantaleev/matrix-docker-ansible-deploy and I am on an arm64...
I tried use API, and getting 404 code for all my requests. example: ``` curl -H "Authorization: SharedSecret " http://localhost:5001/api/token #i use specific port 404 Not Found Not Found The...
last docker image was updated 5 months ago, but i see more recent commits. I'm having issues with a new install, but i want to make sure i'm on the...
**Describe the bug** the fix introduced in 4454b3cbf222356e2ef2eda695f5ce9a8431c835, is still bad. the association table currently associates between an ip object and a token object, but since the ip object only...
**Describe the bug** the alembic version is not in the table on a fresh install, meaning if you run `alembic upgrade head` for the first time it will try to...
I'm trying the `0.9.1` Docker image. Configuration is like this: ``` admin_api_shared_secret: MySecret allow_cors: false base_url: /matrix-registration client_logo: static/images/element-logo.png client_redirect: https://element.DOMAIN db: postgresql://matrix_registration:password@matrix-postgres:5432/matrix_registration host: 0.0.0.0 logging: disable_existing_loggers: false formatters: brief:...
Because nix is used to build the container image, it's not easy to run alembic. For `0.9.1`, the `alembic` binary happens to be at `/nix/store/lcbqvdllxb7lnrk85zq4pdl63yxdbb4z-python3.8-alembic-1.4.2/bin/alembic`. Seems like we need to...
**Describe the bug** **To Reproduce** 1. setup synapse password policy e.g. minimum length 10 letters 2. register new user with token, using a policy violating password, e.g. 8 characters long...