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
313 stars 1.02k forks source link

Unable to create a new user despite of valid email address when Auto Generate Password is enabled #2974

Closed abhaychawla closed 5 years ago

abhaychawla commented 6 years ago

Description

Unable to create a new user despite providing a valid email address, when auto-generate password is enabled. The server returns a validation error although the email provided is correct. The same email is accepted while editing another user.

Steps to Reproduce

Admin -> Users -> Create user -> Fill all required details and Submit

Expected Behaviour

The server should not return an error for a valid email address so that a new user can be created.

Actual Behaviour

The server returns an error that the email address is invalid despite it being valid and thus a new user cannot be created.

Settings

Screenshots, if any

screenshot 76

ShruthiRajaram commented 5 years ago

@abhaychawla I am unable to reproduce this issue. I created a user in demo and gave a valid email address (auto-generate password enabled). On click of submit I received a mail on given address.

abhaychawla commented 5 years ago

@ShruthiRajaram Yes, I am able to create the user now with my email. Maybe the issue was at the fineract side and got resolved, we could close this.