Dear Luo Yang,
I have tried it many times, so the following information is correct. Please also check the attached file.
WordPress username: jobsearch
Password: 49 () YUeg38gD
Thank you
Yoshihiko
Thanks for the details, I can login your website by remove the blank space of the password you provided above.
And have done below modifications in your website:
1) Edit the user form "Create Account":
hidden link
In the email notification content, add a link to the "My account" page:
Login URL: [wpv-post-url item="252"]
Number 252 is the "My account" page ID.
so when user receive the emails, he will be able to click the link, and redirect to the "My account" page
2) Edit the "Thanks fo signing up!" page:
hidden link
Same as above, add a link to "My account" page:
<a href="[wpv-post-url item="252"]">Click here to login </a>
so user can also click this link, and redirect to the "My account" page
3) Edit content template "Login Form":
hidden link
Display the login form shortcode:
[wpv-login-form redirect_url='[wpv-post-url item="252"]' allow_remember="true" remember_default="true"]
So when guest user enter into "My account" page, he can only see above login form, and after he login, he will be redirect to "My account" page
For your reference.
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-url
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-login-form
Dear Luo Yang,
I am very grateful that you helped me edit my account page. I think your help is perfect.
By the way, attached to the bottom of the account page (mode 1 = Login Form),
・ Ca n’t log in? Reset your password
・ Do n’t have an account yet? Register for free
I want to edit, how can I see these two sentences?
Clicking the "Block Editor" button on the far right of the Login Form does not return to the original screen.
Thank you.
I assume the original question of this thread is resolved, according to out support policy, we prefer one ticket one question.
For the other new questions please check the new thread here:
https://toolset.com/forums/topic/more-issue-about-account-page/
My issue is resolved now. Thank you!