How to assess my profile page with normal sign up

I have create Member Profile Pages with Wix Code and my profile page successfully by follow

If there is a member sign up in another way
for example I have a page set up the permission for member only
then the member can not be assess my profile page
cause the member don’t data in the “Member” database

The question is
how can I make a my profile page for this member

Hi,

The Page tab contains the code for elements that appear on a specific page, use the ‘Site’ tab to add code that is relevant for your entire site.

If you added the member code to a specific page, simply move the login elements (Login and profile buttons) to the header section and make sure ‘Shown on all pages’ is ticked. Then you can move the member code from the page code tab to the site code tab to apply this login flow to all of your site pages.

sure
i have copy the code the the button with login and my profile and show it in header

but, how about the page set up permission already
eg.
https://udealer.wixsite.com/udealer-copy13012018/property-transactions
if the visiter sign up here, i cant not find them in database 'member"

Hi,

Currently there is no direct integration between the member system and wix code.
Therefore, you will have to modify the page permission to allow everyone to view the page, and create a script to display the page content only if the user is currently signed in.
You can use wixUsers loggedIn() for that.
https://www.wix.com/code/reference/wix-users.User.html#loggedIn