Just searched the forum for my problem on custom databases related to the use of a username
(“Requires the user to provide a username in addition to email.”) There are already entries on this topic, but no apparent solution – or at least explanation.
My question:
In the Database Action Scripts, only the user’s email address is ever passed in the functions. Especially if I have set the username-checkbox, I would actually always expect the “username” here.
Here the method signature of the action Get User
is:
function loginByEmail(email, callback) {}
Also the function of Change Password
always gets passed only the email address:
function changePassword(email, newPassword, callback) {}
Or am I missing something obvious?
Thanks for your time,
Peer