fetchify-dev / magento2

Fetchify Magento 2 Integration
https://fetchify.com
3 stars 6 forks source link

System.xml type issue. #11

Closed IvanDotsenko closed 6 years ago

IvanDotsenko commented 6 years ago

In the etc/admin/system.xml file should be type="obscure" for field "accesstoken" now it is type="text",

`

                <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
            </field>` 

https://github.com/craftyclicks/magento2/blob/master/etc/adminhtml/system.xml#L17:L20

GaborSuranyi commented 6 years ago

Could you perhaps mention why would this be a good idea? I don't really see any benefits of not being able to see your own public access token.