I have this website where I want members to login with their username and password, but the member login Wix provides doesn’t have this feature. I think I have to make my custom login button or something like that. Thanks anything helps!
Hi Balaram,
what exactly is missing in the wix login widget? it does have a username/password mode…
Really? I wasn’t able to find it in the settings. Could you please tell me how to do it?
- Add the login/signup widget (it’s in the Add menu, under “More” at the bottom)
- preview the site
- you see that clicking it prompts the user to signup/login
- click login, you get directed to the login page
- enter username and password
- login
is that what you were looking for?
But in the preview it asks for email not username. How do I change that?
Loging problem
Yes Balaram. Can’t find the Username. How do I change that?
I tried to edit the login form but then it can’t login. I think that you must have a email to login to wix.
You can create a custom register/login scenario.
-
Create a database with Emails + Username
-
When user register, ask for their preferred username too! then save the details and register using email + password is backend
-
When user login, search for their email via Username provided. So user enter the username + password and you login for them in backend using the saved email.
Please create a new post for further questions. (Something maybe outdated in this post)
I am trying to give my website to people who does not have any email addresses. Is there a way to remove email login and just use the username password login?
How would I “search for their email by the username provided”?
@certified-code Hi…please show thé code that we must use to do