simplificare
Verified User
- Joined
- Jul 10, 2019
- Messages
- 52
Let me check this.Thanks a lot for keeping the plug-in active. Noticed the update is out, but after updating it still shows version 2.0.0 and 2.0.2 available for upgrade.
Let me check this.Thanks a lot for keeping the plug-in active. Noticed the update is out, but after updating it still shows version 2.0.0 and 2.0.2 available for upgrade.
Seems I found the issue, new tar.gz file has email_level folder inside the tar so it doesn't find the path. (Installing it will fail as well):Let me check this.
Hello, i just installed this plugin version 2.0.2. Afters installing, i do get login screen but not able to login. Just get "Please enter valid password"Thanks! You are right.
I've updated the archive!
Some of the original DA code is filtering characters from the password input based on a regex expression. I wonder if your password has a character that is excluded in the regex expression?Hello, i just installed this plugin version 2.0.2. Afters installing, i do get login screen but not able to login. Just get "Please enter valid password"
On debian 10, php 7.3, all software up to date.
https://server.domain.com:2222/CMD_CHANGE_EMAIL_PASSWORD this works
Thanks
PHP Notice: Undefined index: user in /home/username/domains/my-domain/public_html/email/include/httpsocket.php on line 145
PHP Notice: Undefined index: pass in /home/username/domains/my-domain/public_html/email/include/httpsocket.php on line 145
PHP Notice: Undefined index: query in /home/username/domains/my-domain/public_html/email/include/httpsocket.php on line 148
PHP Notice: Undefined index: error in /home/username/domains/my-domain/public_html/email/login.php on line 92
PHP Notice: Undefined index: text in /home/username/domains/my-domain/public_html/email/login.php on line 94', referer: https://my-domain/email/index.php
What version of DA and PHP are you running?I have just tried this plugin and found that at the login page it always return
"You have entered and invalid email or password"
I tried creating new email and try logging in with that new one without success. (Tried both full email address and only inbox name without @domain. Nothing works!)
In Web Error Log, there are only PHP Notice like these;
Code:PHP Notice: Undefined index: user in /home/username/domains/my-domain/public_html/email/include/httpsocket.php on line 145 PHP Notice: Undefined index: pass in /home/username/domains/my-domain/public_html/email/include/httpsocket.php on line 145 PHP Notice: Undefined index: query in /home/username/domains/my-domain/public_html/email/include/httpsocket.php on line 148 PHP Notice: Undefined index: error in /home/username/domains/my-domain/public_html/email/login.php on line 92 PHP Notice: Undefined index: text in /home/username/domains/my-domain/public_html/email/login.php on line 94', referer: https://my-domain/email/index.php
==========
What should I do to fix this problem?
My DA has just been updated to 1.641 on Jun 9 (3 weeks ago).What version of DA and PHP are you running?
cd /usr/local/directadmin/plugins
git clone https://github.com/poralix/email_level.git
cd email_level
./scripts/install.sh