Skip to content

Commit 128efae

Browse files
avargitster
authored andcommitted
remote-mediawiki tests: use a 10 character password
In more recent versions of MediaWiki this is a requirement, e.g. the current stable version of 1.32.2. The web installer now refuses our old 9 character password, the command-line one (will be used in a subsequent change) will accept it, but trying to use it in the web UI will emit an error asking the user to reset the password. Let's use a password that'll just work and allow us to log in as the admin user. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5e87dce commit 128efae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mw-to-git/t/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WIKI_DIR_NAME=wiki
33

44
# Login and password of the wiki's admin
55
WIKI_ADMIN=WikiAdmin
6-
WIKI_PASSW=AdminPass
6+
WIKI_PASSW=AdminPass1
77

88
# Address of the web server
99
SERVER_ADDR=localhost

0 commit comments

Comments
 (0)