#426 correct test password in Tests up to 14 characters

This commit is contained in:
2025-09-18 11:51:32 +02:00
parent ab3d89904a
commit e82ef01d9e

View File

@@ -45,7 +45,7 @@ final class UserControllerTest extends WebTestCase
self::assertResponseIsSuccessful();
$username = 'Test_user'.uniqid();
$password = 'Password1234!';
$password = 'Password_1234!';
// Fill in the form and submit it