// Get password
$password = $requestInstance->getRequestElement('passwd');
// Is the password still not set?
if (is_null($password)) {
// Not found in form so stop the filtering process
// Get password
$password = $requestInstance->getRequestElement('passwd');
// Is the password still not set?
if (is_null($password)) {
// Not found in form so stop the filtering process