-
Author
-
September 19, 2017 at 01:15 #174056flavianodelgadoParticipant
Hello,
When you clicked “I forgot my password,” you received an email in the inbox with the link to change the password.
When changing the password, go to wp-login (in WordPress)
See photos
Attachments:
You must be logged in to view attached files.September 19, 2017 at 19:13 #174139LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 20, 2017 at 17:15 #174222RaduModeratorHi,
Wrong credentials… cannot cheeck
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 20, 2017 at 21:04 #174241flavianodelgadoParticipantTry again please
User:
suportePass:
suporte01September 21, 2017 at 19:25 #174322RaduModeratorHi,
I see there it’s how it works at the moment, the link from the email it will driven you to wp-login.php page it’s normal, for the moment no quick solution to have a custom page for rest password from email link
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 22, 2017 at 21:38 #174416flavianodelgadoParticipantRight. Would I have to change the direction?
Example: Instead of going to wp-login go to portalapper.com.br/redefinirSeptember 25, 2017 at 16:10 #174725RaduModeratorHi,
With a similar function
COPY CODEadd_filter( 'lostpassword_url', 'wdm_lostpassword_url', 10, 0 ); function wdm_lostpassword_url() { return site_url('/redefinir?action=lostpassword'); }
The function needs to be pasted in wp-content/themes/kleo-child/functions.php
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 25, 2017 at 21:22 #174746flavianodelgadoParticipantHello,
I tried your code, but I did not understand how the code works.
Can you explain me?September 26, 2017 at 16:42 #174834RaduModeratorHi,
Using WordPress filter lostpassword_url
Explained in detail here how that works : https://code.tutsplus.com/articles/the-beginners-guide-to-wordpress-actions-and-filters–wp-27373
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 27, 2017 at 16:36 #174961RaduModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 4, 2017 at 00:05 #175594flavianodelgadoParticipantI was doing some tests here, and I had a question.
The direction of the email leads to the wp-login, how can I change this email to send me to a specific page?
Today the email arrives the following:
To reset your password, visit the following address:
<http://portalapper.com.br/wp-login.php?action=rp&key=3CnTQIIwHcBDVWDqeX5D&login=’user ‘>Would you like to change to:
To reset your password, visit the following address:
<http://portalapper.com.br/mypage>
???October 5, 2017 at 16:02 #175746RaduModeratorI don’t have a solution for that, maybe you will need a plugin that manipulates the login.
You can try this : https://ro.wordpress.org/plugins/custom-login-url/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2017 at 21:02 #175771flavianodelgadoParticipantRight.
Next, I saw that woocommerce has a page resetting the password itself.
I just need to make clicking on “forgot my password” direct to that woocommerce page, rather than opening the reset popup.Would you help me?
I am seeing this plugin but I believe it will not serve me that much.I’m grateful and sorry for the inconvenience.
October 6, 2017 at 16:22 #175830RaduModeratorHi,
sure just create new file you in the child theme
path : /wp-content/themes/buddyapp-child/page-parts/login-form.php
https://pastebin.com/raw/XRWB1FG5
If the folders missing create them also the file in that you will paste the content from Pastebin
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 6, 2017 at 21:29 #175850flavianodelgadoParticipantThank you very much.
I am very grateful, the problem was solved!! ^^October 9, 2017 at 13:44 #176097RaduModeratorHi,
You’re welcome 🙂
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.