updated the text at the bottom of the login screen
authorroot <root@login1p.fsf.org>
Fri, 19 Nov 2021 22:22:33 +0000 (17:22 -0500)
committerroot <root@login1p.fsf.org>
Fri, 19 Nov 2021 22:22:33 +0000 (17:22 -0500)
to make it similar to what we have on the current cas.fsf.org

dictionaries/fsfdrupalauth.definition.json
themes/fsftheme/core/loginuserpass.tpl.php

index 14ae087bde8ec6df664d526887f94d16a140a5c6..96f87658c58e693146ec561db5b3ca3285fa0f3d 100644 (file)
@@ -1,5 +1,11 @@
 {
     "loggedin_as_description": {
         "en": "You are logged in as "
+    },
+    "fsf_help_header": {
+        "en": "Help with my account!"
+    },
+    "fsf_help_text": {
+        "en": "<a href=\"https://my.fsf.org/user/password\">I forgot my username/password</a> | <a href=\"https://my.fsf.org/user/password\">I want to reset my password</a></p><p>No FSF account? You can either <a href=\"https://my.fsf.org/join\">join the FSF as an associate member</a> or create <a href=\"https://my.fsf.org/user/register\">a non-member account</a> without charge."
     }
 }
index 30c8db5499bd5af0d1a4bf0c827b40498b5c091b..db1ec78a1e1462657efb43e248db3ec37f77da86 100644 (file)
@@ -189,7 +189,7 @@ if (!empty($this->data['links'])) {
     }
     echo '</ul>';
 }
-echo '<h2 class="logintext">'.$this->t('{login:help_header}').'</h2>';
-echo '<p class="logintext">'.$this->t('{login:help_text}').'</p>';
+echo '<h2 class="logintext">'.$this->t('{fsfdrupalauth:fsfdrupalauth:fsf_help_header}').'</h2>';
+echo '<p class="logintext">'.$this->t('{fsfdrupalauth:fsfdrupalauth:fsf_help_text}').'</p>';
 
 $this->includeAtTemplateBase('includes/footer.php');