'#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.",[
'#description'=>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.",[
'%blog'=>'/blog',
'%blog-wildcard'=>'/blog/*',
'%front'=>'<front>',
@@ -227,6 +234,7 @@ function r4032login_form_system_site_information_settings_form_submit($form, For