-
AuthorPosts
-
March 8, 2020 at 1:44 pm #1191257
Hello,
In the “Theme Update” section of Enfold options the Envato private token appears in clear, unencypted format as long as other Envato account information such as email address and envato account username.
It will much better to have those information hidden/encrypted, especially the private token at a minimum once the envato private token is validated for security reasons.
Just a suggestion, would be great to have it on your roadmap if you can!
Thank you
-
This topic was modified 5 years, 7 months ago by
805ITS.
March 9, 2020 at 8:46 am #1191392Hey 805ITS,
Thank you for adressing this.
You can use filter avf_optiospage_hide_data_fields to hide the envato token (since 4.6.4). Envato user name is no longer needed for auto update as envato changed the API.
See enfold\framework\php\auto-updates\auto-updates.php for the documentation of the filter.
Best regards,
GünterMarch 9, 2020 at 12:47 pm #1191473Hi Günter,
Thank you for your response. I checked the documentation you mentioned but when I entered the filter in functions.php I get a wordpress error. What should I enter exactly?
Also as you can see on the private screenshots, my envato account infos appears (email and account username) appears once the private token is validated. I am using Enfold 4.7.3
Thank you again
March 9, 2020 at 1:13 pm #1191493Nevermind I added the following code in the functions.php of the child theme and it works :
/*Hide Envato Private Token & Account Infos from "Theme Update" section of Enfold Theme Options*/ add_filter( 'avf_optiospage_hide_data_fields', 'my_optiospage_hide_data_fields', 10, 2 );Thank you for your help!
March 10, 2020 at 5:42 am #1191697 -
This topic was modified 5 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
