• Resolved emusxx

    (@emusxx)


    Hi, I’m amazed whith this plugin but I’ve experienced a problem I couldn’t solve. When a user forgets his password and fill the gap whith his email adress to restore the password, he receives an email send by wordpress instead of the one send by TML (which I previously customized).

    In the other hand, I would like to know how to redirect the “Forgot your password?” link in the error message, which appears after failed to log in ( ?action=lostpassword ). I want to send the user to my custom forgotten password page.

    Hope someone can help me. Many thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    So, you’re using the Custom E-mails module, and it doesn’t send the custom email?

    Thread Starter emusxx

    (@emusxx)

    Yes, the module sends emails for example when a user is aproved by the admin but not in the case the user wants to chage his password. In this case he receives the default wordpress email.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Is the Lost Password page that TML created being used? Also, have you tried disabling other plugins?

    Olá, estou enfrentando um problema parecido, mas no meu caso os E-mail não estão sendo enviados. Creio que não tenha configurando direito. Pois os E-mail não são enviados, nem na recuperação de senha e nem no cadastro dos usuários.
    Como devo proceder para que isso seja resolvido.
    Obrigado.
    Atenciosamente

    Thread Starter emusxx

    (@emusxx)

    The problem is solved! I tried disabling all the other plugins I had and it worked. Moreover, I activated all the plugins again and the reset password email is still working fine so I don’t know which plugin was causing a conflict…

    Regarding the redirection of the “Forgot your password?” link in the error message, which appears after failed to log in ( ?action=lostpassword ), could you give some help?

    Many thanks for your prompt responses.

    O meu problema foi resolvido em partes, os E-mails estão sendo enviados e está funcionando, mas as pessoas que colocam o E-mail como nome, os links não funcionam e aparecem a seguinte mensagem.
    (O link de redefinição de sua senha parece estar inválido. Por favor, solicite um novo link a seguir.
    invalidkey)

    O problema seria porque ao colocar o E-mail em vez do nome o carácter @ pode esta ocasionando o erro?

    Obrigado,
    Atenciosamente.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    @emusxx You want to redirect the Lost Password page elsewhere? Or do you want to redirect elsewhere after successfully submitting the form?

    Thread Starter emusxx

    (@emusxx)

    @jfarthing84 I want to redirect the Lost Password page elsewhere. I have a custom page for that and it works fine. The only problem comes when a user introduces his password wrongly in the login form and the error message shows up. In this case, the link inside the error message doesn’t redirect to my custom page. It is a little bit tricky. I hope I’ve explained myself well.

    You can see it here: https://evaluing.com/es/login/

    If you introduce some name and password, the error message will show up and you’ll see that the “Forgot your password” link inside it doesn’t redirect to my custom page. Many thanks!

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Try using the lostpassword_url filter:

    
    function my_custom_lostpassword_url( $url ) {
        return 'YOUR URL HERE';
    }
    add_filter( 'lostpassword_url', 'my_custom_lostpassword_url' );
    
    Thread Starter emusxx

    (@emusxx)

    Not only a super plugin but also excellent support. It worked fine. Many thanks @jfarthing84!

    Thread Starter emusxx

    (@emusxx)

    By the way, I use the moderation by admin option. When this is active the user only receives an email after the admin aprove his account. Is there any possibility to send a previous email in order to explain the user that his data is being checked and his account will be activated soon? I mean, not desactivating the “new user email”, but use it for that.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Reset password email send by worpress instead of TML’ is closed to new replies.