When you try to login into your admin account more then 5 times with the wrong password, your account is locked to further attempts.
Login to your server thru FTP and browse to the dragonfly 'cache' directory (normally 'public_html/cache').
Delete the "a_login.php" file to grant yourself another 5 attempts.
Admin and Member login don't work and i use Norton
Norton is a nasty little program. It uses their own proxy servers to check if the downloaded file is safe (http AND email).
Somehow the software OR proxy servers were corrupted which resulted that the "cookie data" was never sent/received.
Upgrade/LiveUpdate your Norton software and everything should be ok again.
Simply head to phpMyAdmin and run the following query:
Code::
UPDATE cms_admins SET pwd='2f4f4f082f28e8c28c5f0e14728f70ee' WHERE admin_id='1,2,3,whateffa' LIMIT 1;
or
Code::
UPDATE cms_admins SET pwd='2f4f4f082f28e8c28c5f0e14728f70ee' WHERE aid='my_name' LIMIT 1;
Be sure to replace "1,2,3,whateffa" with your administrator id, for example "1", without the quotes.
Also replace cms with the table prefix you used in config.php
Running the query will change your password to nautical, enabling you to login to your administration menu and change your password to something of your own liking.