XF 2.3 Where is user accepts Terms of use and Privacy saved?

Seeker-Smith

Well-known member
Licensed customer
When users register they check a box to confirm they agree with the site terms of use and privacy policy. I'd assume that info is saved somewhere with the user account. Anyone know where and can it be easily retrieved if you have a problem user?
 
When users register they check a box to confirm they agree with the site terms of use and privacy policy. I'd assume that info is saved somewhere with the user account. Anyone know where and can it be easily retrieved if you have a problem user?
They are stored in the xf_user table. privacy_policy_accepted and terms_accepted.
 
I see that it shows up in the user change log. I also see that it's saved in the case of one of my sites back to 2020. I'm going to assume that the user log does not get rolled.
Screen Shot 2026-02-01 at 3.42.55 PM.webp
 
Back
Top Bottom