opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

[Core] BasicSecurityRealm cannot restart #202

Closed alexrobin closed 2 years ago

alexrobin commented 2 years ago

BasicSecurityRealm module cannot restart after changing settings because the security manager says a user DB is already registered.

Need to add methods to unregister a security modules in ISecurityManager and call them when a security module is stopped.

alexrobin commented 2 years ago

Closed in 39bd772