email_confirmation succsesse page

Support MB User Profile email_confirmation succsesse pageResolved

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #33455
    Ole PoetterOle Poetter
    Participant

    Hi,

    i use the registration form shortcode with email_confirmation="true".

    Is there a way to change the "Your account is confirmed successfully." page?

    Kind regards,
    Ole

    #33471
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Currently, there is no option to change the confirmation page. You can translate the text "Your account is confirmed successfully." to another language by using a translation plugin.

    #33478
    Ole PoetterOle Poetter
    Participant

    Hi,
    is it possible to overide this page in a child theme?

    #40088
    CodogCodog
    Participant

    Hi Long Nguyen,
    I can see that this confirmation page is using `wp_die()' to generate the email HTML confirmation page. Although I am very much in favour of an email confirmation function for signup security - This confirmation page delivers a very poor user experience to the end user! Please consider adding a hook or filter to allow developers to redirect users to a page of their choice, unless there is a security reason behind this decision that I am unaware of?

    I look forward to your response.

    Cheers

    L

    #40105
    PeterPeter
    Moderator

    Hello,

    Please make sure you have the latest version of MB User Profile 2.1.0 then follow the documentation to know how to overwrite the templates of the plugin by using the templates in the theme folder.
    https://docs.metabox.io/extensions/mb-user-profile/#email-templates

    #40107
    Ole PoetterOle Poetter
    Participant

    @Peter

    It is not a email template. It is the success message when a user verifucates his email successful after registration.

    This success message is thrown by wp_die() (which makes absolutely no sense in my mind, because wp_die and the wp error handler are function to throw error messages and stop the actual process).

    It makes more sense if we could define a own custom "verification done" page, as it is possible in almost all registration plugins.

    #40109
    CodogCodog
    Participant

    Hi Peter,
    I am already aware that you can override the MB User profile Email Confirmation template. The issue is not with the email but the confirmation success page? Is there any method to override this... apart from hardcoding an URL into the email confirmation template that links to another desired page?

    Cheers

    L

    #40128
    PeterPeter
    Moderator

    Hi,

    Thanks for your feedback.

    I will inform the development team to consider creating a template for the confirmation page then you can override it as well.

    #40131
    CodogCodog
    Participant

    Appreciated Peter 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.