mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Added fixme.
This commit is contained in:
parent
22cce897bc
commit
7f3b1a62c8
@ -42,6 +42,8 @@ class FirstBoot(PagePlugin):
|
||||
user. It's a good place to put error messages.
|
||||
"""
|
||||
|
||||
# FIXME: reject connection attempt if db["state"] >= 5.
|
||||
|
||||
## Until LDAP is in place, we'll put the box name and key in the cfg.store_file
|
||||
## Must resist the sick temptation to write an LDAP interface to the sqlite file
|
||||
with sqlite_db(cfg.store_file, table="thisbox", autocommit=True) as db:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user