Files
portal-legacy/cache/atlbiomed/prod/config/modules_security_validate_index.yml.php
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

17 lines
501 B
PHP

<?php
// auto-generated by sfValidatorConfigHandler
// date: 2012/06/11 14:38:28
if ($_SERVER['REQUEST_METHOD'] == 'GET')
{
$validators = array();
}
else if ($_SERVER['REQUEST_METHOD'] == 'POST')
{
$validators = array();
$validatorManager->registerName('username', 1, 'Please enter a username.', null, null, false);
$validatorManager->registerName('password', 1, 'Please enter a password.', null, null, false);
$context->getRequest()->setAttribute('fillin', array (
), 'symfony/filter');
}