2018-04-28, 07:36 AM
Reproduce:
Your board is set to "COPPA Compliance" > "Enabled.
A user registers with birth year of less than 13 age. The user goes under awaiting COPPA validation.
Now, go to ACP > Users & Groups > Users and click on the newly registered user's name, you will get a flash message with an activation link:
![[Image: Untitled_1.png]](https://camo.mybb.com/de0275756d7ebcccff8a6552a7121202b57b3424/68747470733a2f2f696d6167652e6962622e636f2f686a6e6764632f556e7469746c65645f312e706e67)
Now click on activate account link, the user is not activated:
![[Image: Untitled_2.png]](https://camo.mybb.com/d5e136a16295759bf93b977b7787e6501637291b/68747470733a2f2f707265766965772e6962622e636f2f665a477264632f556e7469746c65645f322e706e67)
Coz, during activation, MyBB checks 'my_post_key' and that is not included in the "Account Activation" link generated through language variable "warning_coppa_user".
Can anyone confirm this so that I can push it?
Your board is set to "COPPA Compliance" > "Enabled.
A user registers with birth year of less than 13 age. The user goes under awaiting COPPA validation.
Now, go to ACP > Users & Groups > Users and click on the newly registered user's name, you will get a flash message with an activation link:
Now click on activate account link, the user is not activated:
Coz, during activation, MyBB checks 'my_post_key' and that is not included in the "Account Activation" link generated through language variable "warning_coppa_user".
Can anyone confirm this so that I can push it?