/**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     if ($this->project instanceof \Gems_Project_ProjectSettings) {
         $this->useCsrf = $this->project->useCsrfCheck();
     }
 }