boulder/sfe
Samantha Frank c13591ab82
SFE: Call RA.UnpauseAccount and handle result (#7638)
Call `RA.UnpauseAccount` for valid unpause form submissions.

Determine and display the appropriate outcome to the Subscriber based on
the count returned by `RA.UnpauseAccount`:
- If the count is zero, display the "Account already unpaused" message.
- If the count equals the max number of identifiers allowed in a single
request, display a page explaining the need to visit the unpause URL
again.
- Otherwise, display the "Successfully unpaused all N identifiers"
message.

Apply per-request timeout from the SFE configuration.

Part of https://github.com/letsencrypt/boulder/issues/7406
2024-07-31 14:46:46 -04:00
..
pages SFE: Call RA.UnpauseAccount and handle result (#7638) 2024-07-31 14:46:46 -04:00
static SFE: Add more Let's Encrypt branding to the web UI (#7609) 2024-07-25 16:16:19 -04:00
templates SFE: Add more Let's Encrypt branding to the web UI (#7609) 2024-07-25 16:16:19 -04:00
sfe.go SFE: Call RA.UnpauseAccount and handle result (#7638) 2024-07-31 14:46:46 -04:00
sfe_test.go SFE: Call RA.UnpauseAccount and handle result (#7638) 2024-07-31 14:46:46 -04:00