fix: registration_open renders true/false in admin config and gates the join nav link everywhere (v1.56.244) Root cause: v1.56.241 exposed accounts.registration_open through CONFIG_KEYS but never added the renderConfigValue branch, so the admin config island and `kepr config get` fell through to the '?' fallback. Now renders true/false; a drift-guard test fails if any CONFIG_KEYS entry lacks a render branch. Nav gating: writePublicHtml already strips the join link from sentinel-based pages when registration is closed; renderAccountSettingsPrompt's hand-rolled inline nav bypassed the strip and now gates on app.registration_open too.
$ koh steal kepr.uk/kepr@1292f582b26d
·
parent: e35566beb134
discussion
log in to leave a comment.