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": "......"
}
],