Need to turn off CSRF check in public page

This commit is contained in:
Pellaeon Lin 2014-08-28 15:48:39 +00:00
parent a88197f646
commit 22c3fabd24
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class RegistrationController extends Controller {
/**
* @NoAdminRequired
* @NoCSRFRequired
* @PublicPage
*/
public function displayRegisterPage() {