-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3.3, 4.4.5, 4.5
When configuring a Matrix server a matrixhomeserverurl of "https://matrix.example.com" Moodle assumes that the Matrix userid should be "@user:matrix.example.com".
This is often not the case, though.
On our Matrix instance the userids look like "@user:example.com", though the server is "https://matrixserver.example.com".
The relevant function is:
get_formatted_matrix_userid()
in:
communication/provider/matrix/classes/matrix_user_manager.php
I would suggest to add a configuration option to define the userid format.
- has a non-specific relationship to
-
MDL-83771 Matrix integration can create incorrect usernames for logging in via SAML
- Open