Hi
Just starting to dip my feet into the wix.code.
I understand how to add a datacollection but …
Is there a tutorial on how to start creating the Users database and login page?
Regards
Meir
Hi
Just starting to dip my feet into the wix.code.
I understand how to add a datacollection but …
Is there a tutorial on how to start creating the Users database and login page?
Regards
Meir
Hi Meir,
There is basic functionality for dealing with members, login pages, etc. that are built-in to all Wix sites, even ones without Developer Tools enabled.
To learn a bit more about that, see:
https://support.wix.com/en/article/adding-a-member-login-button-4628013
If you’re looking to do something that the built-in functionality doesn’t cover, let us know what you’re trying to do so we can point you in the right direction.
Hi Sam, I’m looking for a way to check the database and see if the user login corresponds to a user in my DB. How can I do that?
You use the wix-uses API to get the information of the current user and the wix-data API to query your collection to see if there are any matching records.
There is code that does something similar in this article: Velo Tutorial: Building Your Own Members Area | Help Center | Wix.com.