-
Notifications
You must be signed in to change notification settings - Fork 40
Check if email is required before fetching from LDAP to prevent key error #6824
Copy link
Copy link
Open
Labels
backlogissue will be fixed in the future... but when... nobody knowsissue will be fixed in the future... but when... nobody knowsconfigdocumentationmissing or deprecated documentationmissing or deprecated documentationfunctional debtFunctional bugs. Issues of which we are aware at the time of delivery.Functional bugs. Issues of which we are aware at the time of delivery.needs discussionneed a technic or strategic talk with someone elseneed a technic or strategic talk with someone elseuxIssue related to the user experienceIssue related to the user experience
Metadata
Metadata
Assignees
Labels
backlogissue will be fixed in the future... but when... nobody knowsissue will be fixed in the future... but when... nobody knowsconfigdocumentationmissing or deprecated documentationmissing or deprecated documentationfunctional debtFunctional bugs. Issues of which we are aware at the time of delivery.Functional bugs. Issues of which we are aware at the time of delivery.needs discussionneed a technic or strategic talk with someone elseneed a technic or strategic talk with someone elseuxIssue related to the user experienceIssue related to the user experience
I am getting following error:
because this doesn't check if mail is required for login
tracim/backend/tracim_backend/lib/core/user.py
Line 618 in 3d43244
I suggest following change: