
<?php if(WA_Auth_RulePasses("Successful update")){ // Begin Show Region ?>
<p>Information updated successfully</p>
<p> Please <span class="menbut"><a href="login.php">log in</a></span> to continue</p>
<?php } // End Show Region ?>
That done insert the following code after it within the same show region.
<p> Please <span class="menbut"><a href="login.php">log in</a></span> to continue</p>
<?php } // End Show Region ?>
All this does is create a button round the log in text which only shows after a successful result.
When clicked it then redirects to the login page in case the user has changed the password.
You can use this in most of the forms to redirect to any page on your site just by changing the href..

Hello h150477,
Is this solution to a problem you had experienced or do you consider it a general workaorund for the userupdate php file? Did you experience same problem that I am having with Security Assist pages?
I am still waiting for support to contact me?