TYPO3 Flow Base DistributionPackagesApplications

Bug #52273

Passwords containing a % should throw an Error

Added by Thomas Allmer almost 2 years ago. Updated over 1 year ago.

Status:New Start date:2013-09-25
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

If you password contains a "%" the expect command won't work as the passwords "%" will be used by the sprintf...

pretty hard to catch so a password check would avoid frustrating moments... like the one I just had...

if you point me to the correct place where to implement this I could certainly do this.

History

#1 Updated by Andreas Wolf over 1 year ago

I guess you should not throw an exception here, but instead mask the % for sprintf by doubling it.

Also available in: Atom PDF