'#description'=>$this->t('Enter form IDs to exclude from the protection, typically public forms like log-ins. Separate the IDs with new lines.'),
'#description'=>$this->t('Form IDs to exclude from the protection. One Form ID per line. Typically login related forms, to unprotect user names and email addresses that may contain rejected patterns.'),
];
// Give users option to enable/disable logging if Database Logging is on.
...
...
@@ -312,7 +312,7 @@ class ProtectedFormsForm extends ConfigFormBase {