Hi,
I have user database and sql resolver that mapped like this:
{ "userid" : "id", "username": "username", "password" : "password", "mobile" : "mobile" ,"email" : "email", "givenname" : "givenname", "surname" : "surname","phone" : "phone"}
When I try to create user PI says must be fill password and e-mail section. But I dont need password for users. Becaue I use only motp.
Which configuration decide to password or e-mail or something is mandatory or not?
How can I cahnge it?