From ab70225594b17996f1b9297fd367c44fc83ba4f7 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 15 Jun 2022 12:46:53 +1000 Subject: [PATCH] Updated troubleshooting (markdown) --- troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/troubleshooting.md b/troubleshooting.md index bf27806..628c38f 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -45,6 +45,10 @@ This is because the validation/password reset link usually uses HTTPS protocol, That's because startup.sql is only run automatically the FIRST time, for some strange reason. You'll have to go into the MariaDB docker container and run it manually. +## The auth-server won't login to google! + +Google has recently removed the ability to use plaintext passwords with less secure apps enabled - read [this link](https://support.google.com/accounts/answer/6010255?hl=en#zippy=%2Cif-less-secure-app-access-is-off-for-your-account%2Cif-less-secure-app-access-is-on-for-your-account) for more information on how to generate an "app password". + ## None of These Answers My Questions! That's OK! Please contact me directly at [krgamestudios@gmail.com](mailto:krgamestudios@gmail.com) and I'll try my best to help you out. You can also contact me over [Discord as Ratstail91#6600](https://discord.gg/FQmz8TN).