When a registered user try to log in the wrong application (for example registered company user tries to log in the
users application) Symfony (sfGuard) needs this page in order to show a error message.
--- /dev/null
+<?php use_helper('I18N') ?>
+<h1><?php echo __('Oops! You do not have proper credentials. Try again.', null, 'sf_guard') ?></h1>
+
+<?php echo get_component('sfGuardAuth', 'signin_form') ?>
--- /dev/null
+<?php use_helper('I18N') ?>
+<h1><?php echo __('Oops! You do not have proper credentials. Try again.', null, 'sf_guard') ?></h1>
+
+<?php echo get_component('sfGuardAuth', 'signin_form') ?>