only in patch2: unchanged: --- a/r4032login.module +++ b/r4032login.module @@ -97,10 +97,9 @@ function r4032login_form_system_site_information_settings_alter(&$form, FormStat '#type' => 'textarea', '#title' => '' . t('Only the listed pages') . '', '#default_value' => $config->get('match_noredirect_pages'), - '#description' => t('Instead of redirecting, the user will get an access defined response and see the standard login form. This may be useful when the response code is important - such as for removing outdated content from search engines. Use the path node/* for all content.') . ' ' . t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.", array( - '%blog' => 'blog', - '%blog-wildcard' => - 'blog/*', + '#description' => t('Instead of redirecting, the user will get an access defined response and see the standard login form. This may be useful when the response code is important - such as for removing outdated content from search engines.') . ' ' . t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.", array( + '%blog' => '/blog', + '%blog-wildcard' => '/blog/*', '%front' => '', )), );