openwisp / django-netjsonconfig

Configuration manager for embedded devices, implemented as a reusable django-app
http://openwisp.org
Other
194 stars 60 forks source link

[controller] Possibility to disable self creation when registering #161

Closed nemesifier closed 4 years ago

nemesifier commented 4 years ago

Some organizations have expressed the need to prevent devices from registering into the system if they haven't previously defined them (eg: created the device in the admin interface).

This would be like having auto registration turned off, so the device needs to be created manually but with the key difference of not having to enter its uuid and key in the openwisp-config configuration file.