From 708dfbba9b20adcca2fa31a2ac0c320450bd24cd Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 5 Nov 2020 23:41:16 +0100 Subject: [PATCH] update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a01dd3fd..f292d5d8 100644 --- a/README.md +++ b/README.md @@ -163,11 +163,7 @@ pm2 start ecosystem.yml Notes: -- pixelplanet uses the unix command sendmail for sending verification and password reset mails. If you are on windows, this might not work. -- It might be neccessary to change the charset and collate of the sql colum names of table Users to support special character names, which can be done with the SQL command: -``` -ALTER TABLE Users CONVERT TO CHARACTER SET utf8mb4 COLLATE 'utf8mb4_unicode_ci'; -``` +- pixelplanet uses the unix command sendmail for sending verification and password reset mails if no GMAIL account is given. If you are on windows, this might not work. ### Logging General logs are in `~/pm2/log/`, you can view them with