Skip to content

Commit fe33eca

Browse files
authored
Merge pull request #356 from wbstack/fix-url-bug
fix: Allow email-confirmed users to add external url
2 parents 8d0ba2f + 1880eee commit fe33eca

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Tags 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)

dist-persist/wbstack/src/Settings/LocalSettings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
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

dist/wbstack/src/Settings/LocalSettings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
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

0 commit comments

Comments
 (0)