Hello,
For my app, I am trying to make usernames unique by making sure users sign up using their email address. I have tried using the "email verification" tutorial as a start-point, but I cannot seem to find a solution.
Thanks!
Hello,
For my app, I am trying to make usernames unique by making sure users sign up using their email address. I have tried using the "email verification" tutorial as a start-point, but I cannot seem to find a solution.
Thanks!
Hello Devin,
Please follow this tutorial:
https://devcenter.appery.io/tutorials...
Hello Sergiy,
Thank you for responding. My app has user registration already, which works fine. I am attempting to make sure that users create a username that is an email, which would prevent people from signing up if they didn't have an email address.
Hello Devin,
You may use JS to validate email address:
http://stackoverflow.com/questions/46...