The MU forums have moved to WordPress.org

How to force reload after submit (1 post)

  1. Parmen
    Member
    Posted 15 years ago #

    Using joomlauth and wpmu. In order to create a new blog I have to register on Joomla and then use the logins on wpmu/wp-login.php

    After submitting the login data I get the following error

    Warning: Missing argument 3 for add_new_user_to_blog() in /home/wpmu/public_html/wp-includes/wpmu-functions.php on line xxxx

    There is no use of adding a third argument to wpmu-default-filters.php

    add_action ( 'wpmu_activate_user', 'add_new_user_to_blog', 10, 3 );

    So the user has to manually reload the result login page with the warning in order to get straight to her user.site.com/wp-admin.php control panel.

    My question is how to force an automatic reload of the resulting page?

    This
    <meta http-equiv="reload" content="15" />

    does work only on the first load of wp-login.php
    It has no effect on the login page with the result warning.

    Any advice will be appreciated,

    Thank you

About this Topic

  • Started 15 years ago by Parmen