Nothing to load yet
Two ways to start the portal:
1. Params in the URL
?account={account_id}&code={portal_code}live returns portal?account={account_id}&code={portal_code}&entryPoint=registrationregistration flow?account={account_id}&code={portal_code}&environment=staging&draft=truestaging, draft config
2. A route in the hash
The hash is the portal path without its /returns prefix, so it can jump straight to a step of an existing registration.
No account/code needed.
#/<uuid>/options/the articles page#/<uuid>/confirmation/the confirmation page — the Receive button appears here?environment=staging#/<uuid>/options/same, against staging
Params this page handles
account | Account id. |
code | Portal code. |
entryPoint | returns (default) or registration. |
environment | live (default), staging or development.Defaults to development on localhost. |
Anything else in the URL is the plugin's business, not this page's — it reads lang, draft, server and the auto-login params (reference, identifier, identifier_alternate, security_hash) off the address bar itself.
They are documented in the Returns Portal v2 docs.