SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class MySettingsAdminController

Changes settings for the currently logged in user

Variables

NameVisibilityDescription
$controller_name 
$friendly_name 

Functions

NameVisibilityDescription
_extraDetailspublicUI for updating details of the currently logged-in operator
_extraTwoFactorpublicShow a UI to either setup TFA or to disable TFA
_getNavigationpublic 
_getToolspublic 
_intropublic 
detailsActionpublicAction to update operator details for the currently logged-in operator
tfaDisableActionpublicDisable TFA
tfaTotpSetupActionpublicSetup TFA using the TOTP method

public _extraDetails

unknown $MySettingsAdminController->_extraDetails ( );

UI for updating details of the currently logged-in operator

public _extraTwoFactor

unknown $MySettingsAdminController->_extraTwoFactor ( );

Show a UI to either setup TFA or to disable TFA

public _getNavigation

unknown $MySettingsAdminController->_getNavigation ( );

This function does not have a description

public _getTools

unknown $MySettingsAdminController->_getTools ( );

This function does not have a description

public _intro

void $MySettingsAdminController->_intro ( );

This function does not have a description

public detailsAction

void $MySettingsAdminController->detailsAction ( );

Action to update operator details for the currently logged-in operator

public tfaDisableAction

void $MySettingsAdminController->tfaDisableAction ( );

Disable TFA

public tfaTotpSetupAction

void $MySettingsAdminController->tfaTotpSetupAction ( );

Setup TFA using the TOTP method