File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
dist-persist/wbstack/src/Settings
dist/wbstack/src/Settings Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
33Tags have the format: ` <MediaWiki core version>-<PHP Version>-<date>-<build number> `
44
5+ ## 1.39-7.4-20230522-0
6+ - Allow email-confirmed users to add external urls (T327752)
7+
58## 1.39-7.4-20230426-0
69- Re-introduce the fallback to default Search when ElasticSearch is broken (T334191)
710- Replace usage of PersonalUrlsHook with SkinTemplateNavigation (T334846)
Original file line number Diff line number Diff line change 291291$ wgGroupPermissions ['user ' ]['editmyuserjs ' ] = false ;
292292
293293# Allow emailconfirmed to skip captcha
294+ $ wgAutopromote ['emailconfirmed ' ] = APCOND_EMAILCONFIRMED ;
294295$ wgGroupPermissions ['emailconfirmed ' ]['skipcaptcha ' ] = true ;
295296
296297# Oauth
Original file line number Diff line number Diff line change 291291$ wgGroupPermissions ['user ' ]['editmyuserjs ' ] = false ;
292292
293293# Allow emailconfirmed to skip captcha
294+ $ wgAutopromote ['emailconfirmed ' ] = APCOND_EMAILCONFIRMED ;
294295$ wgGroupPermissions ['emailconfirmed ' ]['skipcaptcha ' ] = true ;
295296
296297# Oauth
You can’t perform that action at this time.
0 commit comments