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

User can't change his password #67

Closed
To-om opened this issue Mar 30, 2018 · 0 comments
Closed

User can't change his password #67

To-om opened this issue Mar 30, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Mar 30, 2018

Request Type

Bug

Work Environment

Cortex 2.0.0

Problem Description

When an user try to change his password he get an error. Logs says that Attribute password is missing.

Complementary information

The data sent to backend has invalid format. It should be
{"currentPassword":"oldPassword","password":"newPassword"} but
{"password":{"currentPassword":"oldPassword","password":"newPassword"}} is sent.

@To-om To-om added the bug label Mar 30, 2018
@To-om To-om self-assigned this Mar 30, 2018
@To-om To-om added this to the 2.0.1 milestone Mar 30, 2018
To-om added a commit that referenced this issue Mar 30, 2018
@To-om To-om closed this as completed Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant