matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

Synapse implements closed MSC2000 #16415

Closed t3chguy closed 11 months ago

t3chguy commented 1 year ago

Description

https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#password_config returns error codes defined from MSC2000 which was abandoned and thus should be removed from implementations within 3 months.

Steps to reproduce

Homeserver

localhost

Synapse Version

v1.93.0

Installation Method

Docker (matrixdotorg/synapse)

Database

pg

Workers

Single process

Platform

Docker

Configuration

password_config:
  policy:
    require_digit: true

Relevant log output

N/A

Anything else that would be useful to know?

No response

erikjohnston commented 1 year ago

This should be mostly magically fixed by us switching to OIDC, at which point we'll rip out all of this code.

turt2live commented 11 months ago

Duplicate of https://github.com/matrix-org/synapse/issues/15645 ?