Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

parameter mismatch in register.py _register_email_threepid() #6406

@syamgk

Description

@syamgk

Hit this below error on our homeserver while trying the LDAP integration.

TypeError: _register_email_threepid() takes 4 positional arguments but 5 were given

yield self._register_email_threepid(user_id, threepid_dict, None, False)

I think this should be
yield self._register_email_threepid(user_id, threepid_dict, None)
@hawkowl @anoadragon453 will send a patch if any of you can just validate

many thanks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions