Currently, the web client URLs including username to authentication login key table is only stored in memory, so users have to re-type /web or re-login to get their new web URL after the server restarts. Should probably persist this information to disk, and load it on startup, to avoid this inconvenience.
Currently, the web client URLs including username to authentication login key table is only stored in memory, so users have to re-type
/web
or re-login to get their new web URL after the server restarts. Should probably persist this information to disk, and load it on startup, to avoid this inconvenience.