1
0

Merge pull request #6441 from syamgk/fix-parameter-mismatch

* commit 'b9449012d':
  Add changelog file
  Issue #6406 Fix parameter mismatch
This commit is contained in:
Andrew Morgan
2020-03-19 16:18:49 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/6406.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix bug: TypeError in `register_user()` while using LDAP auth module.

View File

@@ -278,7 +278,7 @@ class RegistrationHandler(BaseHandler):
}
# Bind email to new account
yield self._register_email_threepid(user_id, threepid_dict, None, False)
yield self._register_email_threepid(user_id, threepid_dict, None)
# Prevent the new user from showing up in the user directory if the server
# mandates it.