Example #1
0
 protected function partnerRequired($actionName)
 {
     if ($actionName === 'updatePassword') {
         return false;
     }
     if ($actionName === 'resetPassword') {
         return false;
     }
     if ($actionName === 'login') {
         return false;
     }
     if ($actionName === 'setInitialPassword') {
         return false;
     }
     return parent::partnerRequired($actionName);
 }