- Issue created by @cristiroma
- First commit to issue fork.
- 🇷🇴Romania cristiroma
Hi oksana-c,
Can you please help us to get a code review to potentially merge this into a feature release?
Thank you!
Sometimes content managers are creating pages and they password protect them from public until a given time. This time sometimes it's in the night and it's incovenient to wake up and remove the password protection. We need to add the possibility to schedule page password removal automatically at a scheduled time.
We add a submodule called protected_pages_scheduler to implement this functionality on top. The module is implementing hook_cron in order to check removal.
When module is enabled, a new field is added to the edit form in order to allow content managers to schedule the publication
Create new column remove_time on protected_pages schema
Active
1.0
Code
Hi oksana-c,
Can you please help us to get a code review to potentially merge this into a feature release?
Thank you!