matrix-org / synapse

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

Allow reactivate a user without password #16739

Closed dklimpel closed 10 months ago

dklimpel commented 11 months ago

Closes: #10397

An administrator should know whether he wants to set a password or not. There are many uses cases where a blank password is required.

Pull Request Checklist

Signed-off-by: Dirk Klimpel 5740567+dklimpel@users.noreply.github.com

dklimpel commented 11 months ago

Can you also update the documentation please? I believe it says that password is mandatory.

Done.