Update default OpenID provider to ubuntu.com

The old login.launchpad.net OpenID provider has been replaced by
login.ubuntu.com for years, and now no longer maintains a usable
x.509 cert. Update the default wg_openidforcedprovider class
parameter to reflect the newer name.

Change-Id: I4542fd5de9907e36460893be8e9f0663ff98646b
This commit is contained in:
Jeremy Stanley 2019-01-14 19:21:50 +00:00
parent f242561761
commit d590306256
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class mediawiki(
$wg_sitename = undef,
$wg_logo = undef,
$favicon_path = undef,
$wg_openidforcedprovider = 'https://login.launchpad.net/+openid',
$wg_openidforcedprovider = 'https://login.ubuntu.com/+openid',
$disallow_robots = false,
) {