ma1uta
ma1uta
I have pushed to the master the temporary fix of the rest_password_provider. Also I am going to create PR to add missing methods to the public API.
Maybe. I don't well with python and too busy. PR welcome.
@anoadragon453 thanks for help. The problem code: https://github.com/ma1uta/matrix-synapse-rest-password-provider/blob/master/rest_auth_provider.py#L86 One of the cases of the matrix-synapse-rest-password-provider: 1. a new user is trying to log in 2. synapse delegates passwords check to...
Thanks a lot for help! > Do you know what the minimum Synapse version you'd like to support is? And do you still want https://github.com/ma1uta/matrix-synapse-rest-password-provider to support Python 2? I...
The main issue - `Caused by: java.net.UnknownHostException: matrix-postgres` ma1sd unable to resolve postgresql hostname. Could you please invoke `nslookup matrix-postgres` or `ping matrix-postgres` from the ma1sd server?
I cannot reproduce this issue or haven't understood it. https://matrix.org/docs/spec/identity_service/r0.3.0#post-matrix-identity-v2-store-invite accepts only an one email per request therefore if you invite 10 users via email then there will be 10...
Thanks for PR. But I have already created the logging configuration, so you can setup ma1sd logs to warn or error levels. See https://github.com/ma1uta/ma1sd/commit/9219bd47232c81186c931439958e07d98d2dba9a and https://github.com/ma1uta/ma1sd/commit/75efd9921d6179c1c9a20524902ec715ead1d2ca. I'll add the description...
Thanks for PR, but I don't think that it's a great idea. May be some one want write logs to the syslog. Also you don't need to specify the `-v`...
Ok, I see you. I can offer the next solution: current behavior remains without changes but I'll add the configuration option to configure logger, it may be STDOUT, file or...
For authenticate synapse users you should configure this feature: https://github.com/ma1uta/ma1sd/blob/master/docs/features/authentication.md