Author |
|
geiri Newbie
Joined: 10 November 2010 Location: Iceland
Online Status: Offline Posts: 9
|
Posted: 28 April 2011 at 6:45am | IP Logged
|
|
|
I have most likle lost my admin password or username.
Is there any way to see what the username is in mysql with phpmyadmin?
or recreate a new admin access
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 April 2011 at 6:54am | IP Logged
|
|
|
Under the data folder (App_Data for ASP.NET version), find settings/settings.xml file, you'll find admin login details there, like this:
Code:
<AdminLogin>mailadm</AdminLogin>
<AdminPassword>827ccb0eea8a706c4c34a16891f84e7b</AdminPassword> |
|
|
Password is stored as MD5 hash, but plaintext password should be accepted as well.
In older versions, password was stored in adminpanel.xml file.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|