Is there a way to make Zend_Auth to accept case-insensetive identities(i.e. usernames)? Zend_Auth seems to provide a way to add special treatment to a credential field, but not to identity field.
PS: I am using Zend_Auth_Adapter_DbTable that points to Postgres table.