Skip to content

v1.8.0

Compare
Choose a tag to compare
@cheton cheton released this 17 Nov 16:55
· 1358 commits to master since this release

This release adds multi-account management support to enable secure web access and web socket connections. The web interface will automatically redirect user to the Sign In page when at least one user account has been enabled in Settings > Account.

Note. If you forgot your password, you can find user account settings in the ~/.cncrc file and disable account management by setting all users to the disabled state. For example:

"users": [
  {
    "id": "......",
    "enabled": false, // false to disable
    "name": "admin",
    "password": "......"
   }
 ],

Sign in page

image

Settings > Account

image