sailoog / openplotter

Obsolete project. New one and active: https://github.com/openplotter
http://www.sailoog.com/openplotter
GNU General Public License v2.0
153 stars 53 forks source link

Check signalk password in security.json file #241

Closed FredericGuilbault closed 5 years ago

FredericGuilbault commented 5 years ago

in the startup file, openplotter check in the security.json file for default password. But this file can be missing in 2 case,

On these 2 case, openplotter crash.

A "Plz create an admin account" warning could be displayed if the file is not found.

sailoog commented 5 years ago

on v2.x.x there is no password set by default. Users will set their password first time they run SK server, so checking security.json in startup has been removed.

FredericGuilbault commented 5 years ago

Cool, so it will be fixed in 2.x.x

How experimental is the v2.x.x atm ?