We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e07ba4 + 025d042 commit 5ab40a1Copy full SHA for 5ab40a1
1 file changed
onelogin-saml-sso/php/functions.php
@@ -47,15 +47,15 @@ function saml_lostpassword() {
47
$target = get_option('onelogin_saml_customize_links_lost_password');
48
if (!empty($target)) {
49
wp_redirect($target);
50
- return false;
+ exit;
51
}
52
53
54
function saml_user_register() {
55
$target = get_option('onelogin_saml_customize_links_user_registration');
56
57
58
59
60
61
0 commit comments