Tag: heroku

  • MediaWiki, Parsoid and Heroku configuration hints

    MediaWiki, Parsoid and Heroku configuration hints

    (MediaWiki 1.31.0) Login “Remember password” checked by default Add to LocalSettings.php: $wgHooks[‘AuthChangeFormFields’][] = function ($requests, $fieldInfo, &$formDescriptor, $action) { $formDescriptor[‘rememberMe’][‘default’] = true; return true; }; See Hooks/AuthChangeFormFields and HTMLForm. However, if you need it because of random session drops then see the next chapter: Session handling / PHP’s default session handler / Session problems $wgSessionsInObjectCache…