While looking for something else, under server properties I’ve noticed there are some banner related settings, so I’ve played around with them a little because having a banner for messages was something we wanted, so I was very happy to see these properties there
Anyway, As I was testing the banner, I didn’t want to disturb users with my tests,
So I figured i’d try Server.Banner.RestrictToGroups
I’ve created a “TesterGroup” Security Group and added only “tester” user to it.
I’ve set Server.Banner.RestrictToGroups to “TesterGroup” and saw the banner.
The thing is - my personal admin user also “saw” the banner although it isn’t a member of “TesterGroup”
And so did other users in our company.
Continua CI 1.9.2.810
The values for the relvant properties were:
Server.Banner.Content - some plain text content
Server.Banner.ExcludeGroups -
Server.Banner.IsDismissible - False
Server.Banner.IsEnabled - True
Server.Banner.MessageType - Information
Server.Banner.RestrictToGroups - TesterGroup
Server.Banner.ShowIcon - True
Wondering if I missed anything, or if this is a bug with the banner features?
Thanks!