Hi Corvid community! This is my first time creating a page using Wix. Right now, I’m still studying codes for Wix so I can understand step by step every single codes. I decided to create a page starting from registration and login page. The registration page works because it doesn’t need a code so far. My problem is the login page. Now I’m having trouble how to log in using just an email. I’m using regular page as my login page. I was hoping someone will give me a code that redirect when I log to dynamic page profile after the email is validated in the collection i had made. I hope someone can help me. I will really appreciate your help.
Albert Cordel
Hello Albert.
Using wixUsersBackend it is possible to generate a token to allow sign on using email only.
https://www.wix.com/corvid/reference/wix-users-backend.html#generateSessionToken
However, this creates a security risk so one more layer of validation is required.
For example, you could send a verification email (using triggered email) to the user after he types the email then redirect him back to the site using a special verification link that will automatically sign him in.
We are working on an upcoming example for this scenario.
Check out https://www.wix.com/corvid/examples for updates 
Wix already have the Wix Members app which gives each site member their own unique member pages that you can make use of without code.
https://support.wix.com/en/site-members/setting-up-a-members-area
This app will automatically add the read only and site member author collection to your site called Members/PrivateMembersData.
https://support.wix.com/en/article/corvid-wix-members-privatemembersdata-collection-fields
If you want to do something else and make up your own pages for example, then Wix also have this tutorial here for a members profile that you can create using two dynamic pages and a database.
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area
Each site member will have their own specific profile page that on the first one displays their entered data - which on first time of opening would be blank apart from email as that is the only input that you obtained from the user on signup.
The second page would be where the site member can change or add anything to whatever user inputs you have used on that profile page, so then when they save any changes or additions it would then show on the first page.
You can change this profile page to whatever you want to use, you don’t have to keep it exactly as the profile tutorial itself.