Jump to content

Recommended Posts

Posted

Would be nice to be able to set a notification banner say a week before a maintenance break. A small banner with free text field to admins to set. Additionally schedule this to appear on predefined date/time. Banner should be user dismissable at least per session.

Posted

Hello,

 

Thanks for your request. Whilst not automated like you would like, you can send 'Outage Notifications' to all users from the screen Administration -> Backups and Upgrades. Just click on the 'Send Outage Notification' button, and adjust the details as appropriate.

Regards

Click Studios

Posted

Hi Yes,

 

This is only an email notification. You can also ensure no users login by enabling maintenance mode, and that will give them a page explaining they cannot use Passwordstate at the moment.

 

Certainly not what you've asked for though.

Regards

Click Studios

  • 2 weeks later...
  • 2 weeks later...
Posted
On 8/13/2018 at 3:51 PM, sqhharsunen said:

Additionally schedule this to appear on predefined date/time.

 

I'm not bothered by the banner, but it can certainly have its uses.

However I'd like to see the ability to schedule Outage Notifications and schedule maintenance mode (both separately). This would make handling RFCs much easier.

  • 1 year later...
  • 6 months later...
Posted

+1 A Scheduled Outage Notification would be really helpful (In addition to a banner). Perhaps via the already existing "Send Outage Notification" + a Schedule (f.e. Every Month on Third Thursday ...) or via API, then you can schedule it from your monitoring or any other system via API.

  • 4 weeks later...
Posted

Hi Guys,

 

Just letting you know it's unlikely we will be working on this feature - we do not really want to be building change management processes into our software, when established processes should exist for all systems.

Regards

Click Studios

  • 9 months later...
Posted

This is an quick and dirty fix but add this to "System Settings" -> Usage Tracking"

 

<script>

$(document).ready(function () {
    
    $("#BuildLabel").html( "My message" );

});

</script>

×
×
  • Create New...