mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-31 01:11:29 +08:00
d3c26275b6
* 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>
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.