Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Support for password change in back office UI #240

Open
jvelo opened this issue Mar 11, 2015 · 2 comments
Open

Support for password change in back office UI #240

jvelo opened this issue Mar 11, 2015 · 2 comments

Comments

@jvelo
Copy link
Owner

jvelo commented Mar 11, 2015

No description provided.

@nesk
Copy link
Contributor

nesk commented Aug 31, 2015

One more thing to do with this issue is to improve responses for the /api/user/ endpoint. Currently, if you create a user with a password which doesn't meet minimum requirements, the server responds with a 500 HTTP code and the following payload:

{"message":"There was an error processing your request. It has been logged (ID d20c97197a0e31f7)."}

The only way to know the password is at fault is to read the server logs, not very user-friendly ;)

@jvelo
Copy link
Owner Author

jvelo commented Aug 31, 2015

Right. It gives the correct error when creating a customer (https://github.com/mayocat/mayocat-shop/blob/master/shop/customer/web/src/main/groovy/org/mayocat/shop/customer/web/TenantCustomerAccountWebView.groovy#L179) but not when directly creating a user.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants