form_set_error('name',format_plural($flood_config->get('user_limit'),'Sorry, there has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or <a href="@url">request a new password</a>.','Sorry, there have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or <a href="@url">request a new password</a>.',array('@url'=>url('user/password'))));
}
else{
// We did not find a uid, so the limit is IP-based.
form_set_error('name',t('Sorry, too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or <a href="@url">request a new password</a>.',array('@url'=>url('user/password'))));
}
}
else{
form_set_error('name',t('Sorry, unrecognized username or password. <a href="@password">Have you forgotten your password?</a>',array('@password'=>url('user/password',array('query'=>array('name'=>$form_state['values']['name']))))));
form_set_error('name',format_plural($flood_config->get('user_limit'),'Sorry, there has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or <a href="@url">request a new password</a>.','Sorry, there have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or <a href="@url">request a new password</a>.',array('@url'=>url('user/password'))));
}
else{
// We did not find a uid, so the limit is IP-based.
form_set_error('name',t('Sorry, too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or <a href="@url">request a new password</a>.',array('@url'=>url('user/password'))));
}
}
else{
form_set_error('name',t('Sorry, unrecognized username or password. <a href="@password">Have you forgotten your password?</a>',array('@password'=>url('user/password',array('query'=>array('name'=>$form_state['values']['name']))))));