I've just set up a login form using the 
Zend\Authorization\Validator\Authorization.
Overall things are working reasonably well, but there are few 
annoyances/oddities.

First, to load the validator, I have to reference the full classname 
"Zend\Authorization\Validator\Authorization" instead of a short name like you 
can with the standard validators (e.g. "EmailAddress" instead of 
"Zend\Validator\EmailAddress").

Secondly, sometimes the error is related to the identity, and sometimes the 
error is related to the credential, but the validator is attached to only one 
of the two elements. Is there a way to attach the validator to an input filter 
without having to attach it to a particular input?

Cheers,
David
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to