Updated account info, using a to link users to login form.

Removed unneeded file.
This commit is contained in:
jvelilla
2015-07-14 13:08:43 -03:00
parent bba504df53
commit d4fc9f9411
4 changed files with 2 additions and 19 deletions

View File

@@ -61,9 +61,7 @@
{unless isset="$user"}
<div>
<p> You are not logged in </p>
<form method="get" action="{$site_url/}{$auth.login/}">
<button type="submit">Login</button>
</form>
<a href="{$site_url/}account/roc-login">Go to the login page</a>
</div>
{/unless}
</div>

View File

@@ -102,9 +102,6 @@ feature -- Hooks configuration
value_table_alter (a_value: CMS_VALUE_TABLE; a_response: CMS_RESPONSE)
-- <Precursor>
do
if attached current_user (a_response.request) as l_user then
a_value.force (l_user, "user")
end
end

View File

@@ -1,10 +0,0 @@
note
description: "Summary description for {CMS_LOGIN_FORM}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
CMS_LOGIN_FORM
end

View File

@@ -61,9 +61,7 @@
{unless isset="$user"}
<div>
<p> You are not logged in </p>
<form method="get" action="{$site_url/}{$auth.login/}">
<button type="submit">Login</button>
</form>
<a href="{$site_url/}account/roc-login">Go to the login page</a>
</div>
{/unless}
</div>