FYI part of what I'm going to do is use the COPPA column in users table and change it to be int(10) with different status options.
Example
0= no agreement
1= coppa
2=gdrp approved
3=gdrp denied
I think using that column in user table makes more sense then adding a new one. But the column type has to be changed. The good news is that I think with minimal changes to core this can be done as coppa column isn't used much.
I've spent all day researching GDRP and one thing is for sure. None of us can ignore it.
I'm going to likely create a post here about what I've found and the changes that might be required to be compliant. An example might be how quotes are handled. And new tools for allowing members to download their account data and even delete it.
Example
0= no agreement
1= coppa
2=gdrp approved
3=gdrp denied
I think using that column in user table makes more sense then adding a new one. But the column type has to be changed. The good news is that I think with minimal changes to core this can be done as coppa column isn't used much.
I've spent all day researching GDRP and one thing is for sure. None of us can ignore it.
I'm going to likely create a post here about what I've found and the changes that might be required to be compliant. An example might be how quotes are handled. And new tools for allowing members to download their account data and even delete it.