openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
312 stars 1.02k forks source link

No validation(500 Internal Server Error) if we use username which is already taken #3137

Closed santoshconflux closed 4 years ago

santoshconflux commented 4 years ago

Steps to Reproduce

1) Go to client page> click on 'More' button. 2) In 'More' menu, click on 'Create Self Service user' 3) In next navigation page - create self service user page - provide username which is already used and uncheck 'Auto Generate password'. 4) Provide password and then click on 'Activate Self Service User' button.

Expected Behaviour

Should throw validation, "Username is already taken".

Actual Behaviour

No validation message is displaying and if we check the network, it is showing 500 internal server error.

santoshconflux commented 4 years ago

Fineract ticket, moved to https://issues.apache.org/jira/browse/FINERACT-803