Loading...
 

'Log in' Module (login_box)

This Module allows users to login to Tiki. Based on your selections on the Admin: Login page, there may be additional fields on the module:

  • If you enable the Users can register option, the module will include a link to the Registration form.
  • If you enable the Remind passwords option, the module will include a link to the I Forgot My Password form.
  • If you enable the Remember me option, the module will include a Remember Me checkbox.
  • If you enable the HTTPS login option, the module will include links to use standard or secure login.
  • If you enable OpenID authentication, the module will include an OpenID field.


After logging in, the module will change to include a Logout button. If you have permissions, the module will also include a field that allows you to "switch" to another user's login.

Tip: If the Login was removed from the left or right column, you can access the login page directly by using:

../tiki-login.php

Usage

You will see it listed at "Admin > Modules > Assign new module > Module Name (drop down)" (tiki-admin_modules.php).

You can assign this Module to a lateral column (See Module Admin page if needed).

The assigned module (with its default values) looks like this:

Log In

 

Parameters

Log-in box

Go to the source code

Parameters Accepted Values Description Default Since
show_two_factor_auth Display two-factor authentication code input.
groups If this parameter is empty, all users are offered in the Switch user drop-down. If this parameter is set to a list of user groups, a user is only offered if it is member of at least one of these. A set of groups is specified with their identifiers (integers) separated by pipe characters ("|").
mode Display mode: module, header or popup. Leave empty for module mode
allowNone alpha Allow user selection field to be empty (without any users selected) when enabled. (y/n)
input_size int Number of characters for username and password input fields.
menu_id int Menu to use as the dropdown in "popup" mode. Defaults to a built in menu with only "My Account" and "Logout"
forgot alpha Show the "I forgot my password" link (y/n)
register alpha Show the register link (y/n)
remember alpha Show the "Remember me" checkbox (y/n)
show_user_avatar alpha Show the user avatar when in popup mode (y/n)
show_user_name alpha Show the user name when in popup mode (y/n)
start_session alpha If the preference "silent_session" is enabled start the session when the login form is shown to avoid CSRF errors. (y/n)
register_page pagename Page to redirect when the register link is clicked. If not given, the default register page is used.


Related Pages

See these pages for information that applies for all modules:



Alias names for this page:
Module login

List Slides