Jump to content

User stuck at "Your account does not require validation"


Go to solution Solved by DawPi,

Recommended Posts

Dont matter what URL the user tries to access the forum, the page is always xxx.com/register/?do=validating with the message: "Your account does not require validation"

Theres no restrictions to the user account. This only affects ONE user.

Dont know what else to do.

Link to comment
Share on other sites

8 minutes ago, Randy Calvert said:

Does this happen if he tries a different browser?  Does this happen if you login as him from the ACP?

Hello. Yes, the message stays if he changes the browser or I login by the ACP.

The only different "variable" here is that the email address of the problematic account was previously registered with another account (but the account with that email was deleted).

Link to comment
Share on other sites

  • Solution

Check for that member ID, then open core_validating table. Find that member and remove row. Then open core_members and find that member info again. Edit and empty whole members_bitoptions. You may lost other informations from that field, but most important is to unlock member account. 😉

This isn't best method to achieve what you want, but should work.

Link to comment
Share on other sites

6 hours ago, DawPi said:

Check for that member ID, then open core_validating table. Find that member and remove row. Then open core_members and find that member info again. Edit and empty whole members_bitoptions. You may lost other informations from that field, but most important is to unlock member account. 😉

This isn't best method to achieve what you want, but should work.

It worked. Thank you!

If this helps others: there wasnt a core_validating row in my case, just had to replace members_bitoptions value by a 0.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...