CanastaWiki / Canasta

MediaWiki Docker image for Canasta, an all-in-one MediaWiki stack for easy deployment and management of enterprise-ready MediaWiki on production environments.
https://www.canasta.wiki
MIT License
36 stars 27 forks source link

New wiki setup wizard accepts password less than 10 characters #373

Closed harej closed 3 months ago

harej commented 6 months ago

Steps to reproduce

  1. Follow the "Installation" and "Create new wiki" steps at http://canasta.wiki/setup/ for CLI installation
  2. Enter a password less than 10 characters when prompted

What happens: The wizard accepts the input, attempts the installation, and then fails due to the lack of a 10-character password

What should happen: The wizard ideally would reject invalid passwords (at the very least, passwords <10 characters) and not proceed until a valid password is entered.