Hey community, I’ve made a website and this is what I have done;
I’ve made a database that when a user submits a application to become a member, it sends the information to the database.
I’ve also made another database that once I’ve or another admin has approved the information we put the data into the new database.
I’m trying to connect a “Button” where you input the ID and password that is already in the new database, and click login or something down that line then it gives you member permissions
Is this possible.
If You have a method please explain to me
p.s i have no coding experience
Kind Regards…
Hey
Somewhere along the line you will need to make the members you have in that Data Collection become members of the Wix Users system by using the wixUsers.register method. If you haven’t got the members registred inside the Wix system you can’t log them in.
I would also not recommend you to collect passwords from users and store that in your own data collection in clear text, it is a really bad idea. Let people register using the stadard Wix Register function and then hook those members up to your own profile or application data collection but leave the user credentials to Wix to handle for you.
I’ve already checked it out but not what I’m looking for as my members are going to be anonymous
Hey, I don’t thing having members on a site and allow them to not register is such a great idea, system wise you will loose a lot of functionality offered by Wix mechanism using Wix Users Library. As well as business wise because you will not be able to reach out to any of them if you don’t know them.
But if you still want to do this you will need a lot of coding because you will need to make your own permission system and login / register / forget login etcetera.
I wish you the best in this solution my friend.
Happy coding