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
336 stars 72 forks source link

cpanel password change issue #64

Closed BreeOge closed 2 years ago

BreeOge commented 4 years ago

Cpanel always uses lowercase when logging in. However for some reason its using the Email from the database as the account login, and it could possibly have uppercase letters. The Cpanel account needs to covert the email to all lowercase before trying to log in

afterlogic-support commented 4 years ago

Are you referring to logging in itself, or specifically the password change?

BreeOge commented 4 years ago

Specifically the password change. I can log into the same account using any case. But when you go to change the password, it sends the login info to change the password exactly how the email was entered on making the account. Cpanel will only allow you to use lowercase. really 2 ways I can think of fixing this, 1. When you login to an account for the first time into cpanel, it creates the login ect. This could be forced lowercase here, and it will solve all problems. Or 2. It needs to make sure its sending all lowercase when doing a cpanel password change. I have not tried the other features such as adding forwards ect. but I would suspect they will be subject to the same issue.

afterlogic-support commented 4 years ago

OK thank you for the clarification, I've asked the developers to look into this.

afterlogic-support commented 2 years ago

Thread closed due to inactivity. Feel free to reopen should the issue occur with the latest version.