how to store members passwords (in case of sign-up) or test user credentials (in case of log-in) in user’s database, and what kind of encryption or hashing is used ? I know this question may seems very stupid but i’m new to Wix. Thanks in advance for helping.
When users signup to a website the emails and passwords are stored in the Wix CRM, which although you have access to you won’t have access to passwords, that will only be the specific site member themselves…
https://www.wix.com/corvid/reference/wix-crm.html
https://www.wix.com/corvid/reference/wix-crm-backend.html
You should never be creating a seperate dataset for storing your site members passwords in as that would be a major security concern for starters…
You can read more about register here.
https://www.wix.com/corvid/reference/wix-users.html#register
If you look for passwords in the search function of this forum, you will find many past posts about them as like here.
https://www.wix.com/corvid/forum/community-discussion/get-password-of-a-member
https://www.wix.com/corvid/forum/community-discussion/resolved-password-complexity
Although note that some of them will be about the forgot password option from Wix, which is something that you can’t customize currently.
https://www.wix.com/corvid/reference/wix-users.html#promptForgotPassword
Thank you for fast response, resources you provided are helpful and sorry for the disturbance.