revivalistsorg / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://element-hq.github.io/synapse
GNU Affero General Public License v3.0
0 stars 0 forks source link

throw error on username/password registration #1

Closed kashif-umair closed 5 months ago

kashif-umair commented 7 months ago

throw error on username/password registration

The homeserver doesn't allow registering using password but if you visit the https://im.the-revivalists.org/#/register then it still gives you the option to signup using password. And if you proceed then it lets you do that. This PR disables the password from the backend so it's not possible even from other synapse clients to signup using password

iamtalhaasghar commented 5 months ago

Do you mean that the password_config setting isn't being respected by synapse and hence we had to apply this patch?

I mean if this is the case we should open a bug report in upstream repo.

@kashif-umair we should test this out in a closed enviornment.