I'm trying to set the user's email as verified programmatically.
But the following doesn't seems to work.
Is there a way to do this or is currently not supported?
3c817e01-1e02-407d-9208-6e49b5a732ab-image.png
[deprecated] variables.set is deprecated, please use ajaxify.data, key=category_id
[deprecated] variables.set is deprecated, please use ajaxify.data, key=category_name
[deprecated] variables.set is deprecated, please use ajaxify.data, key=category_slug
[deprecated] variables.set is deprecated, please use ajaxify.data, key=topic_count
[deprecated] variables.set is deprecated, please use ajaxify.data, key=currentPage
[deprecated] variables.set is deprecated, please use ajaxify.data, key=pageCount
nodebb.min.js:10
Why are these errors appear in the console?
Instead of using ajaxify.variables.get('topic_name') now you can access the data returned on a particular api route by doing ajaxify.data.title. The old meth...
NodeBB Community (community.nodebb.org)
You don't have to worry about it if you are not developing plugins.