• Resolved lebensweltenwanderin

    (@lebensweltenwanderin)


    Hey everybody,

    We use the plugin “Custom Meta Widget” to show our Login/Logout-Button. But unfortunately, the link of the login doesnt work anymore - it is configured incorrectly: instead of "https://medienunderinnerung.avinus.de/wp-login" its only “https://medienunderinnerung.avinus.de”.

    How can we fix this problem?

    Thank you very much!
    Sarah

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Luke Mlsna

    (@bitacre)

    That url does not appear to be using the widget.

    The widget uses the wp_login() internal function to generate the link, so either you’re using a different widget, or wordpress thinks your login url isn’t what you want it to be, or you have a redirect setup for the correct url (is my guess)

    I’ll double check the code, but this hasn’t been changed for a long time and this is the first I’ve heard of that happening.

    Plugin Author Luke Mlsna

    (@bitacre)

    Yeah I just looked and it uses the unaltered native function:

    <li><?php wp_loginout(); ?></li>

    So, check your redirects probably.

    Thread Starter lebensweltenwanderin

    (@lebensweltenwanderin)

    Thanks a lot! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Login failed’ is closed to new replies.