I am just a beginner with casdoor.
I am trying to test a retrieve password, but received this error:
unknown authentication type (not password or provider), form = {
"type": "login",
"organization": "org",
"username": "",
"password": "",
"name": "",
"email": "",
"phone": "",
"affiliation": "",
"idCard": "",
"region": "",
"application": "socbazar",
"provider": "",
"code": "38316",
"state": "",
"redirectUri": "",
"method": "",
"emailCode": "",
"phoneCode": "",
"phonePrefix": "7",
"autoSignin": false,
"relayState": "",
"samlResponse": ""
}
The username is found and the email substituted in the form field, but they are not sent to the server.
Email provider is configured and working.