Overview
- Home
- Portlet Concepts
- Portlet Classes
- Portlet TagLib
- JavaDocs
- Portlet DTD
- Download
Writing Portlets
- Hello World
- Portlet with Action
- More examples
Project
- Mailing Lists
- Source Repository
- Issue Tracking
- Project Team
- Road Map
Portlet Catalog
- Basic Portlet
- Bookmarks
- RSS Feed
- Menu
- Login/Logout
- Poll
- Google Search
- Discussion Forum
- Contacts
- Calendar
- Email Client
- Document Manager
Misc.
- Setup jPortlet Project
- Server Side Include
- Internationalization
- Portlet Actions
- Changing Look & Feel
|
|
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) |
- HTML (VIEW, EDIT)
|
| Languages |
- French
- 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 |
|
| |
|