I have created a feature(user_password_policy) which sets configuration values for the password_policy module and the force_password_change module. However, some settings are not picked up by strong arm so I need to make these changes with hook_update_N.
Do I create an install file, user_password_policy.install? If not, how can I do db updates in my feature?
For the update function, do I call it
function force_password_change_update_7100() { In other words, do I reference the module I want to refer to in my feature?
using the spotlight widget, i was wondering if the text size, colour and the background colour could be updated via a setting or does it have to be changed in code. It is currently defaulted to grey text with an off white background.
I have a Views block displaying a message. I want to be able to hide the block with the click of a button once they have read the message etc. Is there an easy way to do that?
I've been trying to add simple password protection to certain pages on our site. The Protected Pages and Protected Node modules seem to work in similar ways, but when a correct password is entered, both just reopen the password page, instead of forwarding on to the protected node. I'm confident that permissions are correctly configured.