commit | f43dd96676fabc5004772237671cf2e08e5d1632 | [log] [tgz] |
---|---|---|
author | matheusfillipe <matheusfillipeag@gmail.com> | Thu May 13 23:27:01 2021 -0300 |
committer | matheusfillipe <matheusfillipeag@gmail.com> | Thu May 13 23:27:01 2021 -0300 |
tree | a2b9e341a3cda5cab725e4d90a8aa799d20e9a21 | |
parent | c0ce7fa2c361e11bcf707637f33c084af7196273 [diff] [blame] |
test: password recovery
diff --git a/templates/strings.php b/templates/strings.php index 6133ccc..557a60f 100644 --- a/templates/strings.php +++ b/templates/strings.php
@@ -48,6 +48,9 @@ $STRINGS = (object)[ "email_confirmation" => "<h1>Email Confirmation</h1>", "reloading_captcha" => "Loading...", + "wrong_captcha" => "Wrong captcha!<br>", + "recover_email_not_registered" => "This email is not registered<br>", + "change_password_ldap_error" => "<h2>Something went wrong.</h2>", ]; ?>