snoopdave opened a new pull request, #189:
URL: https://github.com/apache/roller/pull/189

   ## Summary
   
   - Require a cryptographically secure, one-time operator token before Roller 
initial setup, database installation actions, and first-user registration.
   - Bind redemption to a browser session, expire it after 60 minutes, and 
prevent token exposure through URLs or rendered responses.
   - Permanently close bootstrap access after the first administrator is 
committed, including after account deletion or disablement.
   - Gate SSO auto-provisioning during bootstrap and document the operator 
workflow.
   
   ## Validation
   
   - `mvn -pl app -DskipTests compile`
   - Focused `BootstrapSecurityTest` and `InstallTest`
   - `git diff --check`
   
   ## Release consideration
   
   If we do an RC4, we should consider including this PR in that release 
candidate.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to