Skip to content

Commit

Permalink
remote-mediawiki tests: use a 10 character password
Browse files Browse the repository at this point in the history
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
avar authored and gitster committed Sep 21, 2020
1 parent 5e87dce commit 128efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mw-to-git/t/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WIKI_DIR_NAME=wiki

# Login and password of the wiki's admin
WIKI_ADMIN=WikiAdmin
WIKI_PASSW=AdminPass
WIKI_PASSW=AdminPass1

# Address of the web server
SERVER_ADDR=localhost
Expand Down

0 comments on commit 128efae

Please sign in to comment.