Error log in page for registered users.
authorGusa <gu.martinm@gmail.com>
Sun, 16 Dec 2012 00:52:22 +0000 (01:52 +0100)
committerGusa <gu.martinm@gmail.com>
Sun, 16 Dec 2012 00:52:22 +0000 (01:52 +0100)
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.

apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php
apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php

index 9647ca4..00ecbc4 100644 (file)
@@ -1,4 +1,4 @@
 <?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') ?>
index 9647ca4..cdc854b 100644 (file)
@@ -1,4 +1,3 @@
 <?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>