added possibility for special links on self service login
This commit is contained in:
parent
552761bbd6
commit
8d64de2d07
|
@ -1334,6 +1334,19 @@ abstract class baseModule {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This function creates meta HTML code to display the module specific page
|
||||||
|
* for the self service.
|
||||||
|
*
|
||||||
|
* @param selfServiceProfile $profile self service settings
|
||||||
|
* @return htmlElement meta HTML object
|
||||||
|
*
|
||||||
|
* @see htmlElement
|
||||||
|
*/
|
||||||
|
public function displaySpecialSelfServicePage($profile) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the {@link accountContainer} object.
|
* Returns the {@link accountContainer} object.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue