Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: 7.7.3 Login Issues Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
keirandavidson
Newbie
Newbie


Joined: 01 June 2017
Online Status: Offline
Posts: 3
Posted: 01 June 2017 at 5:06am | IP Logged Quote keirandavidson

Hello,

I recently installed WebMail Lite PHP, I've installed and used this webmail client before loads of times. This time round however I am having issues logging into my emails and I can't even login to the admin panel. I have even tried resetting the password and doing a complete fresh install and for some reason getting the same issues.

Could someone please provide some assistance?

Regards,
Keiran
Back to Top View keirandavidson's Profile Search for other posts by keirandavidson
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6044
Posted: 01 June 2017 at 5:15am | IP Logged Quote Igor

Hello,

First of all, make sure you have AdminPassword entry in data/settings/settings.xml file as follows:

Code:
<AdminPassword />


Then try logging in with AdminLogin value as username, and 12345 as password.

If that doesn't work, there may be a problem with sessions configuration in PHP; for example, the path specified in session.save_path doesn't exist or isn't writable by web server.

To test if that's the case, please download session test script. Unpack and place it into WebMail directory, then run it from web browser. If the script displays ERROR, that means there's a problem with PHP configuration in terms of session setup.

Once you have AdminPanel access operational, we may be able to assist with logging into email accounts.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
keirandavidson
Newbie
Newbie


Joined: 01 June 2017
Online Status: Offline
Posts: 3
Posted: 01 June 2017 at 6:24am | IP Logged Quote keirandavidson

Hello,

I have tried doing that with the admin password multiple times with no luck. I have also uploaded the file, session is okay. See here...

https://www.motherwellelim.org.uk/emails/session_test?step2

Thanks
Back to Top View keirandavidson's Profile Search for other posts by keirandavidson
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6044
Posted: 01 June 2017 at 7:00am | IP Logged Quote Igor

Interesting. Are there any errors in the logs? You can enable those by modifying data/settings/settings.xml file:

Code:
<EnableLogging>On</EnableLogging>

<LoggingLevel>Full</LoggingLevel>


Logs are saved under data/logs directory.

Actually, is there any chance you could provide us with FTP or SSH access to the server, so we'd look into this directly? You can send the credentials via HelpDesk.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
keirandavidson
Newbie
Newbie


Joined: 01 June 2017
Online Status: Offline
Posts: 3
Posted: 01 June 2017 at 7:10am | IP Logged Quote keirandavidson

Okay, I've sent you FTP information via HelpDesk. Also enabled logging and tried logging in again, no difference and no log created.
Back to Top View keirandavidson's Profile Search for other posts by keirandavidson
 
polini
Newbie
Newbie


Joined: 10 June 2017
Online Status: Offline
Posts: 3
Posted: 10 June 2017 at 10:32am | IP Logged Quote polini

I've upgraded from 7.6.10 to 7.7.4 and I have a similar issue, when I update the admin password from 12345 to something else, I can no longer access the admin panel :

Wrong login and/or password. Authentication failed.

My only choice now is to let the default password 12345 ...

When I change the password we can see this on the logs :

[17:28:22.85][d9fe7726] [POST(7)][ip] /adminpanel/index.php?submit
[17:28:22.85][d9fe7726] POST > [form_id, txtUserName, txtOldPassword, txtNewPassword, txtConfirmNewPassword, txtToken, submit_btn]
[17:28:22.85][d9fe7726]
[17:28:22.85][d9fe7726] call CCommonModule->StandardPostAction->SystemSecurity()
[17:28:22.86][d9fe7726] call CWebMailModule->StandardPostAction->SystemSecurity()
[17:28:22.86][d9fe7726] Location: index.php?root

[17:28:22.93][06ff99ec] [GET][ip:] /adminpanel/index.php?root
[17:28:22.93][06ff99ec] POST > []
[17:28:22.93][06ff99ec]
[17:28:22.93][06ff99ec] call CCommonModule->PopulateData->SystemSecurity()
[17:28:22.93][06ff99ec] call CWebMailModule->PopulateData->SystemSecurity()

and I get the "saved successfully" message
Back to Top View polini's Profile Search for other posts by polini
 
polini
Newbie
Newbie


Joined: 10 June 2017
Online Status: Offline
Posts: 3
Posted: 10 June 2017 at 11:10am | IP Logged Quote polini

polini wrote:
I've upgraded from 7.6.10 to 7.7.4 and I have a similar issue, when I update the admin password from 12345 to something else, I can no longer access the admin panel :

Wrong login and/or password. Authentication failed.

My only choice now is to let the default password 12345 ...

When I change the password we can see this on the logs :

[17:28:22.85][d9fe7726] [POST(7)][ip] /adminpanel/index.php?submit
[17:28:22.85][d9fe7726] POST > [form_id, txtUserName, txtOldPassword, txtNewPassword, txtConfirmNewPassword, txtToken, submit_btn]
[17:28:22.85][d9fe7726]
[17:28:22.85][d9fe7726] call CCommonModule->StandardPostAction->SystemSecurity()
[17:28:22.86][d9fe7726] call CWebMailModule->StandardPostAction->SystemSecurity()
[17:28:22.86][d9fe7726] Location: index.php?root

[17:28:22.93][06ff99ec] [GET][ip:] /adminpanel/index.php?root
[17:28:22.93][06ff99ec] POST > []
[17:28:22.93][06ff99ec]
[17:28:22.93][06ff99ec] call CCommonModule->PopulateData->SystemSecurity()
[17:28:22.93][06ff99ec] call CWebMailModule->PopulateData->SystemSecurity()

and I get the "saved successfully" message


Fixed !!

Turns out this new version (7.7) creates a salt.php file on the root of the data folder which belonged to root before, shame I saw no "permission denied" on the logs ...
Back to Top View polini's Profile Search for other posts by polini
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide