'#description'=>t('If anonymous user tries to access a page they can not, redirect them to the given page. Include the leading slash, i.e.: /user/login.'),
'#description'=>t("The parameter to use when setting the return destination once login has succeeded. By default Drupal uses 'destination', but overriding this may be necessary if using an external login system such as CAS, Shibboleth or OAuth."),
'#description'=>t('If an authenticated user tries to access a page they can not, redirect them to the given page. Use <front> for the front page, leave blank for a default access denied page.'),
'#description'=>t('The redirect code to send by default. 301 and 302 responses may be cached by browsers and proxies, so 307 is normally the correct choice.'),
'#options'=>[
@@ -100,19 +149,11 @@ function r4032login_form_system_site_information_settings_alter(&$form, FormStat
'#description'=>t("The parameter to use when setting the return destination once login has succeeded. By default Drupal uses 'destination', but overriding this may be necessary if using an external login system such as CAS, Shibboleth or OAuth."),