mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Adds LoginForm as an allowed action
Behaves as a form method defined on ContentController
This commit is contained in:
parent
094039dbc8
commit
3a3e8f2faa
@ -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'
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user