Changeset 434ba41 in Klonkt
- Timestamp:
- 08/06/2026 11:08:28 AM (5 weeks ago)
- Branches:
- main
- Children:
- cec72bc
- Parents:
- d74a461
- git-author:
- Robin <roboburr@…> (08/06/2026 11:08:27 AM)
- git-committer:
- Claude (agent) <aiclaude@…> (08/06/2026 11:08:28 AM)
- Location:
- src
- Files:
-
- 2 edited
-
routes/auth.js (modified) (1 diff)
-
services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/auth.js
rd74a461 r434ba41 205 205 } else { 206 206 // Production without SMTP: NEVER log the token. Refer to the CLI break-glass. 207 console.log(`[password-reset] aangevraagd voor ${user.email} (geen SMTP — gebruik'npm run reset-admin')`);207 console.log(`[password-reset] requested for ${user.email} (no SMTP — use 'npm run reset-admin')`); 208 208 } 209 209 } -
src/services/ActivityPubService.js
rd74a461 r434ba41 4489 4489 await send(site.slug, inbox, move, `${me}#main-key`, keys.private_pem); 4490 4490 } 4491 console.log('[AP] MOVE announced:', site.slug, '→', target.id, ' naar', inboxes.length, 'inbox(en)');4491 console.log('[AP] MOVE announced:', site.slug, '→', target.id, 'to', inboxes.length, 'inbox(es)'); 4492 4492 return { ok: true, target: target.id, inboxes: inboxes.length }; 4493 4493 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)