|
Build And Push Image / docker (push) Successful in 2m54s
Details
Handle masked sensitive fields (passwords/secrets) in reCAPTCHA and SMTP
configuration endpoints. When the frontend sends masked values (bullets),
preserve existing credentials instead of overwriting them. This prevents
accidental credential loss when updating other configuration fields.
- Check for masked placeholder values ('••••••••••••••••')
- Preserve existing secretKey/password when masked
- Add logging to track credential update actions
|
||
|---|---|---|
| .. | ||
| cleanup-accounts.post.ts | ||
| membership-status-fix.post.ts | ||
| nocodb-config.get.ts | ||
| nocodb-config.post.ts | ||
| nocodb-test.post.ts | ||
| recaptcha-config.get.ts | ||
| recaptcha-config.post.ts | ||
| registration-config.get.ts | ||
| registration-config.post.ts | ||
| smtp-config.get.ts | ||
| smtp-config.post.ts | ||
| stats.get.ts | ||
| test-email.post.ts | ||