coolify/app/Livewire/Server
Andras Bacsai b0d50669b1 fix: skip password confirmation for OAuth users
OAuth users don't have passwords set, so they should not be prompted for password confirmation when performing destructive actions. This fix:
- Detects OAuth users via the hasPassword() method
- Skips password confirmation in modal for OAuth users
- Keeps text name confirmation as the final step
- Centralizes logic in helper functions for maintainability
- Changes button text to "Confirm" when password step is skipped

Fixes #4457

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-12 14:12:02 +01:00
..
CaCertificate refactor: replace direct SslCertificate queries with server relationship methods for consistency 2025-10-09 17:00:05 +02:00
CloudProviderToken improved hetzner features 2025-10-09 12:53:57 +02:00
New fix: update boarding flow logic to complete onboarding when server is created 2025-10-29 23:06:39 +01:00
PrivateKey feat(private-key-refresh): add refresh dispatch on private key update and connection check 2025-09-23 16:49:59 +02:00
Proxy Add ValidProxyConfigFilename rule for dynamic proxy config validation 2025-12-09 16:12:45 +01:00
Security fix: skip password confirmation for OAuth users 2025-12-12 14:12:02 +01:00
Advanced.php Add deployment queue limit to prevent queue bombing 2025-12-04 13:52:27 +01:00
Charts.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
CloudflareTunnel.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
Create.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
Delete.php fix: skip password confirmation for OAuth users 2025-12-12 14:12:02 +01:00
Destinations.php feat(auth): implement authorization for Docker and server management 2025-08-22 14:04:25 +02:00
DockerCleanup.php Add server-level toggle to disable application image retention 2025-12-05 12:22:20 +01:00
DockerCleanupExecutions.php feat: Docker cleanup executions UI 2025-01-15 20:11:40 +01:00
Index.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
LogDrains.php feat(auth): implement authorization checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
Navbar.php Fix ineffective restartInitiated guard with proper debouncing 2025-12-04 08:57:03 +01:00
Proxy.php Merge branch 'next' into fix-traefik-startup 2025-11-28 17:54:48 +01:00
Resources.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Show.php feat: add Hetzner Cloud server linking for manually-added servers 2025-12-11 22:14:41 +01:00
ValidateAndInstall.php fix: resolve Docker validation race conditions and sudo prefix bug 2025-11-27 09:04:42 +01:00