• Resolved Madsls

    (@madsls)


    I have just install WordPress MU setup and ready. But i wanna changes my admin email in the Admin Panel. And then i should recive an email where i need accept the changes. but the links in the mail is not active when i recive the mail i get this message.

    Sorry its on Danish. But you can see no links.

    Kære bruger

    Du har for nylig anmodet om at få administrator e-mailadressen på
    dit websted ændret.
    Hvis dette er korrekt, skal du klikke på følgende link for at ændre det:
    # # # ADMIN_URL # # # (<———– Link should come?)

    Du kan roligt ignorere og slette denne e-mail, hvis du ikke ønsker at
    foretage denne handling.

    Denne e-mail er blevet sendt til # # # EMAIL # # # (<———– Link should come as an email adress?)

    Hilsen,
    Alle på # # # SITENAME # # # (<———– Link should come?)
    # # # SITEURL # # #(<———– Link should come?)

    This kind of mail i cant use. But i need changes something but what? any one know this “Bug”?

Viewing 7 replies - 1 through 7 (of 7 total)
  • My guess is your variables are not correct.

    network name = SITE_NAME
    site URL = BLOG_URL
    Username = USERNAME
    Password = PASSWORD

    I hope this helps, GL!

    Thread Starter Madsls

    (@madsls)

    How should i set this up then? I have look at admin panel. Settings. But all are setup. So maybe i need changes some files? If yes witch i should changes and where to what?

    I have no clue what might cause this on your site. Do you have any plugins enabled that interfere with the login, or emails? Did you install the latest WordPress?

    I would think that the message sent when retrieving a password gets generated by wp-login.php and that it should not have such variables…
    Here is how it looks in my install:

    $message = __('Someone requested that the password be reset for the following account:') . "\r\n\r\n";
    	$message .= network_home_url( '/' ) . "\r\n\r\n";
    	$message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
    	$message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "\r\n\r\n";
    	$message .= __('To reset your password, visit the following address:') . "\r\n\r\n";
    	$message .= '<' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . ">\r\n";

    If you only just installed, perhaps try a fresh download. Else perhaps resetting your password may help.

    Thread Starter Madsls

    (@madsls)

    I have some plugins for my wordpress “custom login” So i only have two links in my wiget “Meta” Register and Login. So i have remove the RSS Feed. WordPress link. in the Wiget Meta login form.

    But i don’t have any email plugins for my wordpress.

    For your variables is the same message as i get when i login from the main site. With another user.

    But how should it be changes then so its know where to place the user? Login as Madsls then it know you belong to madsls.example.com My user will be really tired if the all ways get the same message when they login by my main front site example.com not many people going to type username.example.com to login. So it’s much easyer to say example.com login then be transfere to your own blog site after. Without warning message.

    I would guess that smth is wrong with the custom login plugin(s), in which case it’s best to ask the author, or to choose a different one or method.

    Thread Starter Madsls

    (@madsls)

    I have Fix it. I just sign into my PHPMyAdmin changes the email there. So that was the easy way then. 🙂

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Axel13 – Remember you’re in the Multisite subforum. There are variables in the welcome email (BLOG_URL for example) so that’s pretty normal all around 🙂

    Madsls – Any time you’re using a specific plugin to do something, please remember to provide a link to said plugin so we can see what it does 🙂 It makes it much easier to help you!

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

The topic ‘Admin email no active link’ is closed to new replies.