diff --git a/src/content/_includes/docs/troubleshooting.mdx b/src/content/_includes/docs/troubleshooting.mdx index eeef60bc1..26a6e8159 100644 --- a/src/content/_includes/docs/troubleshooting.mdx +++ b/src/content/_includes/docs/troubleshooting.mdx @@ -346,6 +346,15 @@ Sometimes after configuring OAuth you cannot see the button for logging in with For OAuth2 configuration, see OAuth 2.0 Support. +## Forgot Password + +There are cases when the “Forgot my password” email is not sent. This can happen for one of the following reasons: +- **User is not activated:** If the user account is not activated, the “Forgot my password” email will not be sent. You must activate the user first. +- **SMTP is not configured:** If SMTP is not set up on your ThingsBoard instance, password recovery emails cannot be delivered. Make sure SMTP is configured correctly. +- **Case sensitivity of email login:** By default, email login in ThingsBoard is case-sensitive for security reasons. To disable case sensitivity, +update the SECURITY_USER_LOGIN_CASE_SENSITIVE +parameter to **false** in your configuration file. After that, you must restart your ThingsBoard service to apply the changes. + ## Getting Help - GitHub Project — check out the project and consider contributing.