Advertisement:

Author Topic: After deleting my recaptcha account unable to login in my admin Panel  (Read 1360 times)

bbcz2551

  • Newbie
  • *
  • Posts: 19
I had deleted reCaptcha keys from my recaptcha google account after shifting my site to another host ….before deleting the recaptcha account site was working fine …..but because of some issues related to page speed I deleted my first Installation ….and when I uploaded the same backup again (which was still carrying the recaptcha setting files I deleted in my first Install )  now I m facing the problem in Admin login as well as User Login also….
Now when I tried to recover pwd option from forget your pwd …I m getting this msg ….
Invalid site key. Please see the FAQ.
Now I cant access my Admin Dashboard ….So this is out of mind for me how to access the recaptcha setting page and how to delete these keys which are alredy deleted mistakenly from google account
I m attaching the screen shot of my admin login screen ….
You can also access my login page here easydial.in/oc-admin/index.php?page=login

I will be highly thankful of you people if someone cud sugget me what to do...?

Regards --- Gajendra    easydial.in

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: After deleting my recaptcha account unable to login in my admin Panel
« Reply #1 on: October 06, 2015, 01:26:04 pm »
Hi,

Use PhpMyAdmin (usually accessible from cPanel or similar), enter your Osclass database and run this query:

Code: [Select]
UPDATE oc_t_preference SET s_value = 0 WHERE s_name = 'enabled_recaptcha_items';
If your tables don't use default oc_ prefix, change it accordingly.

Regards

bbcz2551

  • Newbie
  • *
  • Posts: 19
Re: After deleting my recaptcha account unable to login in my admin Panel
« Reply #2 on: October 06, 2015, 09:22:44 pm »
Thanx Dear I followed ur suggestion ... apart from this n i deleted the recaptcha keys from the table "oc_t_preference"  manually.... which stopped giving site key error but still i was unable to login in admin panel ....I got to know this solution frm another post ...I added following code to my config.php .....

<?php
    session_save_path ( ABS_PATH . 'oc-content/uploads/' );

This resolved the problem of admin login

Thanx alot for your response ...Regards

Aficionado

  • Guest
Re: After deleting my recaptcha account unable to login in my admin Panel
« Reply #3 on: October 06, 2015, 09:34:44 pm »
Thanx Dear I followed ur suggestion ... apart from this n i deleted the recaptcha keys from the table "oc_t_preference"  manually.... which stopped giving site key error but still i was unable to login in admin panel ....I got to know this solution frm another post ...I added following code to my config.php .....

<?php
    session_save_path ( ABS_PATH . 'oc-content/uploads/' );

This resolved the problem of admin login

Thanx alot for your response ...Regards

That is not a problem of Osclass but your SERVER (poor) configuration:

Quote
Sometimes you may still face the issue with logging when using correct password due to servers php settings that doesn’t allow to start session file to create on /tmp folder