Adds LoginForm as an allowed action

Behaves as a form method defined on ContentController
This commit is contained in:
Simon Welsh 2013-07-14 17:21:59 +12:00
parent 094039dbc8
commit 3a3e8f2faa

View File

@ -24,7 +24,8 @@ class ContentController extends Controller {
public static $allowed_actions = array(
'successfullyinstalled',
'deleteinstallfiles' // secured through custom code
'deleteinstallfiles', // secured through custom code
'LoginForm'
);
/**