From 8383c3310a9eb1c38752c4ba82771cd0558d3d20 Mon Sep 17 00:00:00 2001 From: Robbt Date: Wed, 24 Apr 2019 19:12:33 -0400 Subject: [PATCH] removed recaptcha and added password reset issue link --- docs/manual/getting-started/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/manual/getting-started/index.md b/docs/manual/getting-started/index.md index 39dea47e9..889c5b044 100644 --- a/docs/manual/getting-started/index.md +++ b/docs/manual/getting-started/index.md @@ -10,12 +10,7 @@ You can log in for the first time with the user name *admin* and the password se ![](static/Screenshot-Login.png) -If you enter the password incorrectly three times, you will be presented with a reCAPTCHA challenge to prove that you are a human, and not a password-guessing robot. This feature helps protect your LibreTime installation against brute force -attacks. - -![](static/Screenshot466-Recaptcha_login.png) - -If activated, you will see a link **Reset password** below the password field, which enables users to obtain a password reminder by email. See the chapter *Preferences* for configuration details. +You will see a link **Reset password** below the password field, which enables users to obtain a password reminder by email. You will need to have a mailserver configured to work with PHP for this to work. There is an issue open to add documentation for this. [#724](https://github.com/LibreTime/libretime/issues/724) ![](static/Screenshot467-Reset_password_link.png)