Hi everyone. First thanks for this awesome forum and for your help.
My problem: I'm the admin of a forum and I suddenly can't login to my Control Panel (Administration Panel).
My forum: http://****.forumotion.com
The reason: Not sure, but as far as I can tell, it's probably the last code added to my CSS. I got this code from THIS forum (https://help.forumotion.com/t122580-gallery-details#816158), and it was supposed to deal with a specific feature in the Gallery. Anyway it reads like this:
This code, I later discovered, caused several problems not only this one. When I logged in to delete it finally, I could log in (to the forum) as usual. My Administration Panel is set as to confirm my password again, but now instead of giving me the password field to type my password in as usual, I get "To administer the board you must re-authenticate yourself" and "You are not logged in." I really don't know, but this code above seems to have disabled all "fields." Please help as soon as possible, and thanks in advance for your time and consideration.
My problem: I'm the admin of a forum and I suddenly can't login to my Control Panel (Administration Panel).
My forum: http://****.forumotion.com
The reason: Not sure, but as far as I can tell, it's probably the last code added to my CSS. I got this code from THIS forum (https://help.forumotion.com/t122580-gallery-details#816158), and it was supposed to deal with a specific feature in the Gallery. Anyway it reads like this:
- Code:
fieldset {
border-width: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1.1em;
display: none;
}
This code, I later discovered, caused several problems not only this one. When I logged in to delete it finally, I could log in (to the forum) as usual. My Administration Panel is set as to confirm my password again, but now instead of giving me the password field to type my password in as usual, I get "To administer the board you must re-authenticate yourself" and "You are not logged in." I really don't know, but this code above seems to have disabled all "fields." Please help as soon as possible, and thanks in advance for your time and consideration.
Last edited by SallyCafe on July 21st 2015, 8:02 am; edited 2 times in total