bluelumines
Forum Replies Created
-
If think using the default translation is a good idea! To my knowledge the page should only mirror the default login page? So using the default translations sounds good and less work for translators 🙂
Thanks
If I for example enable danish language the login page displays correct in danish without brute force > rename login page enabled. If enabled it show incorrect in english.
If thought this function only changed the “slug” for the login page? So the wp core labels should be intact?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Field visibility – REST APISounds like a good idea. To always publicly expose all fields if the REST API is enabled and “Show All Fields” is checked may have some security concerns is some projects. So a mechanism to control this like the last update is great.
A way to set field visibility based on user capabillity would be great.
In in the REST API tab it would be great if you can set the same capability for all fields and for even more fine control it would be nice if you could set capability on a field by field basis. For example if some fields hold more sensitive or personal data the user need higher capabilities.
Thanks
By the way the last update seems to intoduced a bug, if you enable REST API and check “Show All Fields (read-only)” the fields aren’t visibale at all.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Field visibility – REST APIWow, that’s sounds perfect! This will increase security and prevent web scraping. Even better would be if you could “Restrict rest access by Capability” on a field by field basis.
Thanks!
- This reply was modified 2 years ago by bluelumines.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Field visibility – REST APIThanks, I will look into that filter. It would be great if it was an additional option like “Restrict read access to logged in users” under the REST API field setting. Maybe something for a future update of Pods 🙂
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Field visibility – REST API
I prefer not to install any additional plugins. Is there a filter in Pods or WordPress that I can use? If i look at the Pods source code there is a function called “field_allowed_to_extend” in the “PodsRESTFields” class but there seems to be no filter attached to that function. But maybe there is some filter to be used.Anyway thanks for your fast response.