From e597545509cea104d8fe04dcfc14c9c4a219b318 Mon Sep 17 00:00:00 2001 From: Gusa Date: Sun, 16 Dec 2012 01:52:22 +0100 Subject: [PATCH] Error log in page for registered users. 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 | 4 ++-- apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php b/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php index 9647ca4..00ecbc4 100644 --- a/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php +++ b/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php @@ -1,4 +1,4 @@ -

+

+

http://users.mobiads.gumartinm.name

- diff --git a/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php b/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php index 9647ca4..cdc854b 100644 --- a/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php +++ b/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php @@ -1,4 +1,3 @@ -

- - +

+

http://companies.mobiads.gumartinm.name

-- 2.1.4