Project

General

Profile

Actions

Feature #45134

closed

Password field allows only 50 characters

Added by Andreas Becker (Andi) about 11 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2013-02-04
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

Modern Strong Password Creation Programs and Sites meanwhile can create random passwords with 100 Characters.
i.e. http://strongpasswordgenerator.com
The installtool allows only passwords with 50 Characters for the database password.
ERROR:
The following errors occured
Password was longer than 50 chars (...not saved)
------

This should be increased to allow 100 Characters


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #45135: Password Error Message gives wrong infoClosed2013-02-04

Actions
Actions #1

Updated by Thorsten Kahler about 11 years ago

  • Status changed from New to Rejected

According to MySQL documentation passwords are hashed to a 41 bit string. So longer passwords won't increase the security.

If anyone feels the urgent need to use a longer password it can still be set manually.

Actions

Also available in: Atom PDF