afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

incorrect username or password #101

Closed sodared closed 1 year ago

sodared commented 1 year ago

Hello, I checked the /data/settings/config file, and the username is "superadmin" , the password is "" . However, I type the username and password in localhost/webmail/adminpanel/ , it is incorrect, any idea the reason of this issue ? or how can I troubleshoot the issue?

sodared commented 1 year ago

BTW, my version is 9.7.0.build32-build-a3, If you know some otherway,such as bypassing the username password, please kindly tell me .

afterlogic-support commented 1 year ago

Make sure you're checking data/settings/config.json file, my guess is you might be looking at its backup copy config.json.bak.

sodared commented 1 year ago

sry, I tried to set the /data recursively writeable , and it works. So it may be the permission issue , thank you!