static void alt_login_handler(
$handler_list
$handler_list
)
|
|
Provides a list of alternate handlers for logon
Parameters:
$handler_list |
$handler_list: |
|
static void buttons(
[
$redirect = NULL]
)
|
|
Creates a list of logon buttons for federated logon handlers.
Note that it will use an image if one exists. The name of the image should be cononical to the name of the logon handler, but without the "_logon'. The image must be a PNG file.
The styling of the buttons is done by the "federated_logon_buttons.css". If you do not like the one provided place an alternate version in your theme folder or the plugins/federated_logon folder.
Parameters:
static void credentials(
$user
$user, $email
$email, $name
$name, $redirect
$redirect
)
|
|
Common logon handler.
Will log the user on if he exists. Otherwise it will create a user accoung and log on that account.
Redirects into Zenphoto on success presuming there is a redirect link.
Parameters:
$user |
$user: |
|
$email |
$email: |
|
$name |
$name: |
|
$redirect |
$redirect: |
|
Load the CSS for the logon buttons
static void edit_admin(
$html
$html, $userobj
$userobj, $i
$i, $background
$background, $current
$current, $local_alterrights
$local_alterrights
)
|
|
Enter Admin user tab handler
Parameters:
$html |
$html: |
|
$userobj |
$userobj: |
|
$i |
$i: |
|
$background |
$background: |
|
$current |
$current: |
|
$local_alterrights |
$local_alterrights: |
|
static void save_custom(
$updated
$updated, $userobj
$userobj, $i
$i, $alter
$alter
)
|
|
Check if an e-mail address has been provided
Parameters:
$updated |
$updated: |
|
$userobj |
$userobj: |
|
$i |
$i: |
|
$alter |
$alter: |
|
static string verify(
string
$script
)
|
|
Processes the verification POST tickets
Parameters:
string |
$script: |
(we do not use this) |
federated_logon __construct(
)
|
|
Option instantiation
void getOptionsSupported(
)
|
|
Provides option list
void handleOption(
$option
$option, $currentValue
$currentValue
)
|
|
Handles the custom option $option
Parameters:
$option |
$option: |
|
$currentValue |
$currentValue: |
|