-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: User Management
-
Labels:None
I have tested https://mycloudvps/fineract-provider/api/v1/users
using body
{
"sendPasswordToEmail": true,
"roles": [
"1"
],
"username": "kargbo",
"firstname": "Francis",
"lastname": "Kargbo",
"email": "avalidgmailaccount@gmail.com",
"officeId": 1,
"staffId": 2
}
and get error message
{
"timestamp": 1607709065267,
"status": 500,
"error": "Internal Server Error",
"message": "",
"path": "/fineract-provider/api/v1/users"
}
I have also tried to create a user as in image below
With password preference Settings as shown
But i still get the same error
this issue is related to issue https://issues.apache.org/jira/browse/FINERACT-1070 which has been solved and closed
- Blocked
-
FINERACT-1305 Release Apache Fineract v1.5.0
-
- Open
-
- blocks
-
FINERACT-932 Parent Issue for Error Logs seeing during "normal" usage (e.g. on fineract.dev)
-
- Open
-
- duplicates
-
FINERACT-1070 Email Service Configurations defaults to port 25 irrespective of Port number specified
-
- In Progress
-
- relates to
-
FINERACT-1070 Email Service Configurations defaults to port 25 irrespective of Port number specified
-
- In Progress
-