Added login form with Javascript (example).

Updated feature and class comments.
This commit is contained in:
jvelilla
2015-04-22 18:40:36 -03:00
parent a56338ad17
commit fc4c2e76b6
19 changed files with 343 additions and 16 deletions

View File

@@ -137,6 +137,8 @@ feature -- Access
build_auth_engine
do
to_implement ("Not implemented authentication")
-- Note: we can remoce this feature, unless we want to
-- provide a custom auth strategy.
end
build_mailer
@@ -157,7 +159,7 @@ feature -- Element change
modules.extend (m)
end
feature -- Compute location
feature -- Theme: Compute location
compute_theme_location
do