Here’s what I’d like to be able to do:
-
A person signs up, they get an email with a link that confirms their account before they can login. The link would do something to set a true/false value in the user collection like “Is Confirmed.”
-
Require a minimum number of characters for the username field and ensure that the username is not already taken
Are there tutorials on how to achieve this within Adalo?