Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Adding a Password protected CMS Action


Go to End


2015 Views

Avatar
BigD1214

Community Member, 24 Posts

12 December 2013 at 1:52pm

Hey Guys, I created a new CSM Action that sets a variable in a data object. These data objects contain very sensitive info. I need a way to password protect this custom function so that its not accidentally changed. Is there a way i can set like a pop up window that collects data from a form input and checks it against a string, if correct it performs the action if not then in doesn't. Any help is greatly appreciated!