Jump to content

user registration problem


ejoy

Recommended Posts

Marc Stridgen
This post was recognized by Marc Stridgen!

Nathan Explosion was awarded the badge 'Helpful' and 5 points.

Option 1: contact your host and ask them for assistance with disabling strict mode in MySQL/MariaDB

Option 2: disable or uninstall the resource that has added twoStep_activation to the core_members table (it's not a default column, it's from a resource you may have installed in the past)

Option 3: go into your database, and set a default value on the twoStep_activation field in the core_members table

 

Link to comment
Share on other sites

  • 2 weeks later...
On 9/18/2023 at 12:10 AM, Nathan Explosion said:

Option 3: go into your database, and set a default value on the twoStep_activation field in the core_members table

what is the default value for twoStep_activation field and how to set it.

Link to comment
Share on other sites

That column is not a default one, so it depends on the type of column it is. Maybe you can just make it use NULL as the default value (as long as it can be NULL). If you don't have the modification for it installed anymore, it's also possible to drop the column rather than adjust its default value.

 

Be sure to take a backup before making any changes, though.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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