From 2f65a084ac91a673610b4836aab33c83c1bd903d Mon Sep 17 00:00:00 2001 From: jvelilla Date: Tue, 1 Sep 2015 11:15:25 -0300 Subject: [PATCH] Updated logout message. Change message and added a div to make it easier style the site --- modules/basic_auth/handler/cms_basic_auth_logoff_handler.e | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e b/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e index 19b312e..0539fef 100644 --- a/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e +++ b/modules/basic_auth/handler/cms_basic_auth_logoff_handler.e @@ -122,8 +122,10 @@ feature -- HTTP Methods feature {NONE}-- Lougout Message logout_message: STRING = "[ -

You Have Successfully Logged Out

-

You can log in again, or go to the front page.

+
+

You are now signed out

+

You can log in again, or go to the front page.

+
]" end