Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

riot-web implements m.login.password UI auth incorrectly #10312

Closed
richvdh opened this issue Jul 11, 2019 · 5 comments · Fixed by matrix-org/matrix-react-sdk#3211
Closed

riot-web implements m.login.password UI auth incorrectly #10312

richvdh opened this issue Jul 11, 2019 · 5 comments · Fixed by matrix-org/matrix-react-sdk#3211
Assignees
Labels
P1 T-Defect Z-Spec-Compliance An area where Element doesn't correctly implement the spec

Comments

@richvdh
Copy link
Member

richvdh commented Jul 11, 2019

The spec says that the client should submit a dict including an identifier object. In practice riot-web just sends a user field.

Fixing this is blocked by fixing the synapse end (matrix-org/synapse#5665)

@turt2live
Copy link
Member

turt2live commented Jul 11, 2019

Is this on register or sometime else?

@richvdh
Copy link
Member Author

richvdh commented Jul 11, 2019

I noticed it on device deletion. m.login.password isn't used for register, because you don't have a password to authenticate with at that point.

@turt2live
Copy link
Member

Good point. This is probably broken for several places because we don't use a common library for it

@anoadragon453
Copy link
Member

anoadragon453 commented Jul 11, 2019

The correct behaviour seems to be implemented on logging in from /#/login.

@turt2live
Copy link
Member

Login doesn't use UIA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 T-Defect Z-Spec-Compliance An area where Element doesn't correctly implement the spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants