Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If it is not possible to access WebAdmin on localhost it is possible to temporarily turn on external access using profile.config. The below tag enables external access during the defined date, but during that date only.

Code Block
languagexml
<WebAdminActiveDate>2021-12-01</WebAdminActiveDate>

<!-- Before v5.3 use this -->
<WebAdminActvieDate>2021-12-01</WebAdminActvieDate>

...