On Wed, Jan 11, 2012 at 3:51 PM, Daniel Barrett danb@vistaprint.com wrote:
You could probably hack around it by using one of the many hooks in the page rendering stack to add the JS module on the pages where it's not already there, but before doing so it's worth thinking about the reason why it was removed in the first place.
Thank you HM. In our case, we are using a script for several purposes (in a private wiki behind a firewall):
- Automatically check the "keep me logged in for 30 days" checkbox.
Is there a more secure way to do what we need on the login page (without modifying core code)?
rememberpassword in wgDefaultUserOptions?