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.
<?php use_helper('I18N') ?>
-<h1><?php echo __('Oops! You do not have proper credentials. Try again.', null, 'sf_guard') ?></h1>
+<h1><center><?php echo __('Oops! You do not have proper credentials.', null, 'sf_guard') ?></center></h1>
+<h1><center><?php echo __('Try with ', null, 'sf_guard') ?><a href="http://users.mobiads.gumartinm.name">http://users.mobiads.gumartinm.name</a></center></h1>
-<?php echo get_component('sfGuardAuth', 'signin_form') ?>
<?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') ?>
+<h1><center><?php echo __('Oops! You do not have proper credentials.', null, 'sf_guard') ?></center></h1>
+<h1><center><?php echo __('Try with ', null, 'sf_guard') ?><a href="http://companies.mobiads.gumartinm.name">http://companies.mobiads.gumartinm.name</a></center></h1>