Skip to content
Snippets Groups Projects
Commit 682f770a authored by Tobias Hüske's avatar Tobias Hüske Committed by Stefan Neufeind
Browse files

[TASK] Support longer database passwords

Sometimes the database user has a password that
is larger than 50 characters. At the moment TYPO3
throws an error message when entering this password.

Microsoft SQL Server passwords can contain
up to 128 characters, MySQL & PostgreSQL have no limitations.

For this reason, the maximum password
length has been increased to 128 characters.

Resolves: #82479
Releases: master, 8.7
Change-Id: I4ff5ef85ec74f1ff87bfe5d3f6658196b67f8330
Reviewed-on: https://review.typo3.org/54137


Reviewed-by: default avatarAlexander Schnitzler <typo3@alexanderschnitzler.de>
Tested-by: default avatarAlexander Schnitzler <typo3@alexanderschnitzler.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
parent 85de2df7
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment