This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.
from a93a6b8 Change /authentication API to pass data in request body
instead of URL arguments (FINERACT-726)
new ff702db FINERACT-803 fix exception handling for username duplication
new 865e5a5 FINERACT-803 change the license comment type
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../integrationtests/UserAdministrationTest.java | 126 +++++++++++++++++++++
.../useradministration/users/UserHelper.java | 29 ++++-
...pUserWritePlatformServiceJpaRepositoryImpl.java | 12 +-
3 files changed, 156 insertions(+), 11 deletions(-)
create mode 100644
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/UserAdministrationTest.java