Files
mattermost/server/cmd/mmctl
Julien Tant d3c26275b6 fix(mmctl): lengthen sampledata passwords to meet FIPS minimum (#37867)
* fix(mmctl): lengthen sampledata passwords to meet FIPS minimum

Zero-pad user index to 3 digits in guest and regular-user password
format strings so all generated passwords are >= 14 characters,
matching PasswordFIPSMinimumLength. Update inject-test-data login
hint and add a regression test.

Co-authored-by: Julien Tant <JulienTant@users.noreply.github.com>

* Simplify sampledata password length test comment

Co-authored-by: Julien Tant <JulienTant@users.noreply.github.com>

* Use subtests in sampledata password length coverage

So a single require failure reports only that case instead of
aborting the rest of the matrix.

Co-authored-by: Julien Tant <JulienTant@users.noreply.github.com>

* Name default-user subtests as user for clarity

Co-authored-by: Julien Tant <JulienTant@users.noreply.github.com>

* Run sampledata password length subtests in parallel

Co-authored-by: Julien Tant <JulienTant@users.noreply.github.com>

* Empty commit to re-trigger CI

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Julien Tant <JulienTant@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-11 17:28:58 +00:00
..

mmctl

mmctl is a remote CLI tool that lets you manage your Mattermost instance from the terminal.

The project's documentation can be accessed within the the Mattermost documentation.