Navigation
Common markers
All the following markers are substituted by system content or by user-spezified content.
Markers
- ###ACTION_URI### - URI of the request for the login/logout form
- ###EXTRA_HIDDEN### - Hook required (additionnal hidden field used by kb_md5fepw extension by Kraft Bernhard)
- ###ON_SUBMIT### - Hook required (used by kb_md5fepw extension by Kraft Bernhard)
- ###PREFIXID### - Same as class name ('tx_newloginbox_pi1') usefull to get a unique classname prefix
- ###REDIRECT_URL### - URL of redirection upon login
- ###STORAGE_PID### - explicit enough I guess (if not : id of the page where user are stored)
- ###TEXT_HEADER### - can be set in the TYPO3 backend
- ###TEXT_MESSAGE### - can be set in the TYPO3 backend
- ###TEXT_LOGGEDINAS### - Logged in as "user"
- ###USERNAME###
- ###NAME###
Wrap parts
- ###HEADER_VALID### - usefull to define what to show/hide
- ###MESSAGE_VALID### - usefull to define what to show/hide
- ###FORGOT_PASSWORD_VALID### - usefull to define what to show/hide
- ###PERMALOGIN_VALID### - usefull to define what to show/hide
FeUserLoginsystem Language Markers (see pi/locallang.xml)
- ###LABEL_EMAIL### - (ie: Email)
- ###LABEL_USERNAME### - (ie: Username)
- ###LABEL_PASSWORD### - (ie: Password)
- ###LABEL_LOGIN### - (ie: Login)
- ###LABEL_LOGOUT### - (ie: Logout)
- ###LABEL_FORGOT_PASSWORD### - (ie: Forgot Password?)
- ###LABEL_SEND_PASSWORD### - (ie: Send Password!)
Navigation | To top
TEMPLATES - FEUSERLOGINSYSTEM
Navigation | To top
TEMPLATE_REGULARLOGIN
This is the template for the regular login box. It includes various status messages which can be set
in the backend of TYPO3. Furthermore there is a link for those who forgot their password.
Navigation | To top
TEMPLATE_SMALLLOGIN
This is the template for a small/simple version of the regular login box. There is just one input field for the
username and one input field for the password.
Navigation | To top
TEMPLATE_SMALLLOGIN_LOGGEDIN
This is the template for a small/simple version of the regular login box. There is just one input field for the
username and one input field for the password.
Navigation | To top
TEMPLATE_LOGOUT
This is the template which is shown after someone logged in or displaying the status of the current connection.
|
###TEXT_HEADER###
###TEXT_MESSAGE###
|
Navigation | To top
TEMPLATE_SUCCESS
This is the template which is displayed when the user successfully logged in.
|
###TEXT_HEADER###
###TEXT_MESSAGE###
|
Navigation | To top
TEMPLATE_FORGOT_PASSWORD
This is the template which is displayed if you forgot your password and want to recover it.
|
###TEXT_HEADER###
###TEXT_MESSAGE###
|
Navigation | To top
TEMPLATE_FORGOT_PASSWORD_SENT
This is the template which is displayed after you sent your email address for confirmation.
|
###TEXT_HEADER###
###TEXT_MESSAGE###
|
Navigation | To top