Hi,
I have been developing a corporate web-app based on MW 1.28.2 in an private enterprise network setting and my organization now requires me to generate a one-time per logon Pop-Up banner/notification for users to acknowledge that all organizational policies must be adhered to when using the site and no expectation of privacy, etc...
Has anyone done anything similar to this? Any advice for me on how to implement it? An Extension? A special JavaScript on the server? .. I'm just an intermediate web-programmer and would love to know what the experts here would advise with respect to a Mediawiki installation.
Thanks in advance! -Rich
Looks like you can set $wgRedirectOnLogin to a title of a page on your wiki that has those rules written down, instead of the main page.
https://www.mediawiki.org/wiki/Manual:$wgRedirectOnLogin
Hi Bartosz,
Sounds like a perfect way o do this ... Hmm.. I just tried that and it didn't do anything. My site uses Auth_RemoteUser to automatically log in users based on session headers set by a security policy on the server. Any idea if that's why it didn't work?
-Rich
This: https://www.mediawiki.org/wiki/Extension:DismissableSiteNotice
-----Original Message----- From: Evans, Richard K. (GRC-H000) Sent: Tuesday, October 17, 2017 6:50 PM To: MediaWiki announcements and site admin list Cc: Evans, Richard K. (GRC-H000) Subject: RE: [MediaWiki-l] One-time per logon pop-up notification for site acknowledgment.
Hi Bartosz,
Sounds like a perfect way o do this ... Hmm.. I just tried that and it didn't do anything. My site uses Auth_RemoteUser to automatically log in users based on session headers set by a security policy on the server. Any idea if that's why it didn't work?
-Rich
mediawiki-l@lists.wikimedia.org