Login/Logout Portlet
Overview

This portlet allow user to log into the portal, create or update their account information.
This portlet rely on the following system services:
Classes
Portlet
net.sf.jportlet.portlets.login.LoginPortlet
Action Listener
net.sf.jportlet.portlets.login.LoginActionListener
Message Listener
None
Init Parameters
allow.register
Anonymous allowed to register themselves ? (default=true)
Markups (Modes)
  1. HTML (VIEW, EDIT)
Languages
  1. French
  2. English
CSS styles None
Webflow Develloper must set the URI for the following action/return-code:
Action Return Code
view
  • login: This code is returned when the user has succesfully logged into the portal
  • logout: This code is returned when the user log out of the portal
edit
  • register: This code is returned when the user complete its registration
  • update: This code is returned when the update its profile
  • cancel: This code is returned when the user cancel its registration
SQL script None