Skip to content

allow oauth login to skip force password change

75c59a3
Select commit
Loading
Failed to load commit list.
Merged

Allow enforcing password change for a user after reset by admin (root/domain) #12294

allow oauth login to skip force password change
75c59a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 10, 2026 in 0s

17.94% (+14.37%) compared to a55f85a

View this Pull Request on Codecov

17.94% (+14.37%) compared to a55f85a

Details

Codecov Report

❌ Patch coverage is 60.56338% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.94%. Comparing base (a55f85a) to head (75c59a3).
⚠️ Report is 46 commits behind head on main.

Files with missing lines Patch % Lines
...c/main/java/com/cloud/user/AccountManagerImpl.java 46.87% 8 Missing and 9 partials ⚠️
...th2/api/command/OauthLoginAPIAuthenticatorCmd.java 0.00% 3 Missing ⚠️
server/src/main/java/com/cloud/api/ApiServer.java 57.14% 0 Missing and 3 partials ⚠️
...loud/api/auth/DefaultLoginAPIAuthenticatorCmd.java 0.00% 3 Missing ⚠️
.../cloudstack/discovery/ApiDiscoveryServiceImpl.java 83.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##              main   #12294       +/-   ##
============================================
+ Coverage     3.57%   17.94%   +14.37%     
- Complexity       0    16164    +16164     
============================================
  Files          451     5938     +5487     
  Lines        38156   532992   +494836     
  Branches      7044    65216    +58172     
============================================
+ Hits          1363    95646    +94283     
- Misses       36627   426618   +389991     
- Partials       166    10728    +10562     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.