Project

General

Profile

Actions

Bug #45135

closed

Password Error Message gives wrong info

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

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2013-02-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

In Installtool

typo3/install/index.php?TYPO3_INSTALL[type]=config

you will get an error when entering a password with 50 Characters even the Error Message says

ERROR:
The following errors occured
Password was longer than 50 chars (...not saved)

"longer than" needs to be changed to "equal to and longer than"

as the maximum allowed password length is 49 (NOT 50)

RX87M5NC7871qk5G0J5o2524R52bS883q7yvQ4F985ZKFd61d
12345678901234567890123456789012345678901234567890

I opened up a featrue request already to increase the max password length to 100 Characters - Feature #45134


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #45134: Password field allows only 50 charactersRejected2013-02-04

Actions
Actions #1

Updated by Thorsten Kahler about 11 years ago

  • Status changed from New to Accepted

IMHO it would be easier to understand for users if the comparison would be fixed (change < 50 to <= 50) than to adapt the error message.

Actions #2

Updated by Thorsten Kahler about 11 years ago

DB username, DB host and DB name share the same issue. These should be fixed along.

Actions #3

Updated by Gerrit Code Review about 11 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18324

Actions #4

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18324

Actions #5

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18325

Actions #6

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18326

Actions #7

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/18327

Actions #8

Updated by Gerrit Code Review about 11 years ago

Patch set 3 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18324

Actions #9

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18325

Actions #10

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18326

Actions #11

Updated by Thomas Löffler about 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF