Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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 4 years, 8 months ago by 805ITS.
    #1191392

    Hey 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ünter

    #1191473

    Hi 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

    #1191493

    Nevermind 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 );

    https://prnt.sc/rdoq1a

    Thank you for your help!

    #1191697

    Hi,

    Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.