Bob Zhu wrote on Fri, Sep 01, 2017 at 10:13:39 -0700: > We definitely don't wan to do anything client side since that would be a > nightmare to manage afterwards. > Upper management essentially wants this reminder everytime they do a > checkout. Almost like a disclaimer that they have to agree to before > continuing. > > Are there any other suggestions from a server side perspective that can > done? Or has anyone done something like this before with SVN?
You could implement some sort of POP-before-SMTP thing where employees' password does not work on checkout operations unless they visited a portal with a "Yes I will obey the privacy policy" click-through button in the preceding five minutes. Maybe there already is a SASL plugin that does that…