-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registring with Token (matrix-registration & matrix-registration-bot) #3064
Comments
...in the mean time, I understand, that "matrix-registration" and "matrix-registration-bot" has no relation between (as the documentation mention on "matrix-registration" - sorry, my fault...), so I didn't need "matrix-registration", just "matrix-registration-bot". I can generate the tokens via the "matrix-registration-bot" and can use it for new users on the login page, maybe it would be nice to have it in the documentation, how to use the tokens. Because we deploy more Matrix servers, we would like to let the script run without manual tasks, but if we execute "a brand new server (without importing data)", the script stops with this error:
When I try to create the user (as root) manually, it works:
Then we let the ansible script running again and end's without errors. Thanks a lot |
Having same problem: |
I just saw that registration tokens can also be created in synapse-admin. You can use this until the bot is working again |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. To exempt the issue from being marked as stale again due to inactivity, add "confirmed" label. |
matrix-registration-bot doesn't work for me on a fresh install. The docker container fails to start due to missing dependencies: moan0s/matrix-registration-bot#35 Creating registration tokens in synapse-admin seems to work fine though. |
Hi all
I struggling with the user registration part "matrix-registration" and "matrix-registration-bot". If I setup a complete new server and I set the matrix_bot_matrix_registration_bot_enabled to "true", the script can't add the user, so I set it to false, add the bot user manually and add the bot separate with the ansible script, then, it works.
Then, I create a now Token with the matrix-registration-bot, but if a new user will register with the generated token, the GUI points to the Token field ans say's "Please match the requested format.". If I try to generate the token with the "generate-matrix-registration-token" tag, the GUI says:
Error
There was an error while trying to register you.
Token Error
Token is invalid
I think I didn't understand anything correct, or I forgot something?
my inventory/host_vars/matrix.urig.digital/vars.yml:
The text was updated successfully, but these errors were encountered: