Skip to content

Commit

Permalink
rexstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elricco committed Sep 23, 2023
1 parent 2d9accb commit fbf059d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/auth/lib/yform/trait_value_auth_oauth2_google.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private function auth_createOrUpdateYComUser(array $Userdata, string $returnTo):
$params['ignorePassword'] = true;
$params['loginStay'] = false;
$params['filter'] = 'status > 0';
$params['loginPassword'] = '';
$loginStatus = rex_ycom_auth::login($params);

if (2 != $loginStatus) {
Expand Down
1 change: 1 addition & 0 deletions plugins/auth/lib/yform/trait_value_auth_oauth2_twitch.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private function auth_createOrUpdateYComUser(array $Userdata, string $returnTo):
$params['ignorePassword'] = true;
$params['loginStay'] = false;
$params['filter'] = 'status > 0';
$params['loginPassword'] = '';
$loginStatus = rex_ycom_auth::login($params);

if (2 != $loginStatus) {
Expand Down

0 comments on commit fbf059d

Please sign in to comment.