{"id":1015710,"date":"2015-10-18T21:26:34","date_gmt":"2015-10-19T04:26:34","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/"},"modified":"2015-10-21T07:37:16","modified_gmt":"2015-10-21T14:37:16","slug":"failed-login-redirect","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/","title":{"rendered":"Failed Login redirect"},"content":{"rendered":"<p>Using the default login page (\/events\/courses\/list) if the login fails the user gets sent to the default ugly unbranded WP login page. First, this seems wrong. Isn&#8217;t there error trapping for this?<\/p>\n<p>I solved it with a function I found (see below) and this works fine, but I wanted to check since it doesn&#8217;t seem like it should be necessary. Is there a better way to do this? Or error trapping for this I can modify or that isn&#8217;t working properly?<\/p>\n<p>My function:<\/p>\n<pre><code>(add_action( &#039;wp_login_failed&#039;, &#039;thai_login_fail&#039; );  \nfunction thai_login_fail( $username ) {\n     $referrer = $_SERVER[&#039;HTTP_REFERER&#039;];  \n     if ( !empty($referrer) &amp;&amp; !strstr($referrer,&#039;wp-login&#039;) &amp;&amp; !strstr($referrer,&#039;wp-admin&#039;) ) {\n          wp_redirect(&#039;\/events\/courses\/list&#039; . &#039;\/?login=failed&#039; ); \n          exit;\n     }\n}\n<\/code><\/pre>\n<p>Thanks!<\/p>\n","protected":false},"template":"","class_list":["post-1015710","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Failed Login redirect -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Failed Login redirect -\" \/>\n<meta property=\"og:description\" content=\"Using the default login page (\/events\/courses\/list) if the login fails the user gets sent to the default ugly unbranded WP login page. First, this seems wrong. Isn&#8217;t there error trapping for this? I solved it with a function I found (see below) and this works fine, but I wanted to check since it doesn&#8217;t seem [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-10-21T14:37:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/\",\"name\":\"Failed Login redirect -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-10-19T04:26:34+00:00\",\"dateModified\":\"2015-10-21T14:37:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Community Events\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/community-events\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Failed Login redirect\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Failed Login redirect -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/","og_locale":"en_US","og_type":"article","og_title":"Failed Login redirect -","og_description":"Using the default login page (\/events\/courses\/list) if the login fails the user gets sent to the default ugly unbranded WP login page. First, this seems wrong. Isn&#8217;t there error trapping for this? I solved it with a function I found (see below) and this works fine, but I wanted to check since it doesn&#8217;t seem [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/","article_modified_time":"2015-10-21T14:37:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/","name":"Failed Login redirect -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-10-19T04:26:34+00:00","dateModified":"2015-10-21T14:37:16+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/failed-login-redirect\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Community Events","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/community-events\/"},{"@type":"ListItem","position":5,"name":"Failed Login redirect"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1015710","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":2,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1015710\/revisions"}],"predecessor-version":[{"id":1016562,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1015710\/revisions\/1016562"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1015710"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}