From 12538df561190eb732debf1959e0fdffb6aad8c2 Mon Sep 17 00:00:00 2001 From: Gusa Date: Sat, 15 Dec 2012 07:49:47 +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 | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php create mode 100644 apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php diff --git a/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php b/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php new file mode 100644 index 0000000..9647ca4 --- /dev/null +++ b/apps/companyfront/modules/sfGuardAuth/templates/secureSuccess.php @@ -0,0 +1,4 @@ + +

+ + diff --git a/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php b/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php new file mode 100644 index 0000000..9647ca4 --- /dev/null +++ b/apps/userfront/modules/sfGuardAuth/templates/secureSuccess.php @@ -0,0 +1,4 @@ + +

+ + -- 2.1.4