Updated Account info:

If user is not logged in, show a login option.
Updated New Password
    Added option to request a new password using username.
Updated templates to use {$site_url}
This commit is contained in:
jvelilla
2015-07-14 10:58:16 -03:00
parent 5688cffcf1
commit bba504df53
15 changed files with 98 additions and 34 deletions

View File

@@ -115,9 +115,8 @@ feature -- Hooks
-- <Precursor>
do
if attached current_user (a_response.request) as l_user then
a_value.force (l_user, "user")
a_value.force ("basic_auth_logoff", "auth_login_strategy")
end
a_value.force ("basic_auth_logoff", "strategy")
end
menu_system_alter (a_menu_system: CMS_MENU_SYSTEM; a_response: CMS_RESPONSE)