Hi there,
In working with Adalo as my frontend and backendless as the back. I’m experimenting with using backendless as a single multi-app user database for (very simple) apps. So far, I have successfully setup Adalo to use the backendless API to register and login users to to the backendless authentication by passing an appcode attached to the userid, thus allowing the same email and username to register for multiple apps, so far, so good. I then make another API call to set the relationship of the backendless User to a APP table and that works great too.
My next thought was how to manage password resets within backendless and I see that the standard email templates are limited to small number of variables:
Since users would be registered on different apps the {app_name} merge field isn’t going to suitable, I was hoping I could select a customer field “app name” in my own table.
Any suggestions on how I could achieve this?
Many thanks,
Graham.