Secure public access and e-signing

Understand the one-time e-signature lock

This guide explains that how repeated visits and repeat posts behave after the first successful signature. The guide then takes you through the correct route, the checks to complete before making changes, the workflow in order, and the evidence to review afterwards.

Audience: Recipients, staff and auditorsPermission: Valid token or Delivery Note: ViewModule v1.0.0
Jump to steps
Where to goSecure public Delivery Note link → Signed document

What you’ll accomplish

Know how repeated visits and repeat posts behave after the first successful signature. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.

Follow these steps

  1. Complete one valid signature.
  2. Reload the public link.
  3. Verify the signature form is replaced by signed confirmation details.
  4. Try no further signing action.
  5. Use the PDF or sealed page for later review.

Fields and options to review

  • Status changes from open to signed
  • Signature form renders only when status is not signed
  • Model sign method returns false for already signed notes

Rules the system enforces

  • The first stored signature is retained.
  • The supplied code has no re-sign, unlock, countersign or signature replacement feature.
  • Admin edit and void are also blocked for signed status.

How to confirm it worked

  • The delivery record remains sealed against ordinary module changes.

Safety checks and troubleshooting

  • Any dispute or correction after signing must follow the organisation’s external authorised process.
Stay within the supported flowDo not force database values, expose secure tokens, bypass permission checks, replace a stored signature or invent a status or interface that the supplied code does not implement.