: Users log in at destin8.co.uk . If you forget your credentials, a Forgot Password feature on the login screen allows for self-service resets via a registered recovery email.
Enable trace on a specific route:
| Example | Meaning | |---------|---------| | $field | Value of message field | | $field == "BUY" | String equality | | $quantity > 10000 | Numeric comparison | | $field contains "ERROR" | Substring test | | $field matches "^T[0-9]6$" | Regex | | $field == null | Check for missing field | destin8 user guide