User:Jonathan R. Williford/Fix cooloff period
From Scholarpedia
Message
- "You cannot edit article in cool off period”
Means: the user has just recently registered (within 7 days) and does not have a verified "edu" (or similar) email address.
MySQL
select user_id from user where user_name = 'Name'; insert into user_properties(1234,'verifiedEduEmail',1);