Merge pull request #6441 from syamgk/fix-parameter-mismatch
* commit 'b9449012d': Add changelog file Issue #6406 Fix parameter mismatch
This commit is contained in:
1
changelog.d/6406.bugfix
Normal file
1
changelog.d/6406.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix bug: TypeError in `register_user()` while using LDAP auth module.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user