printnanny-dash 0.12.5

Print Nanny Device Management Dashboard
1
2
3
4
5
6
7
8
9
SQLite format 3@  .O|
���H�otableusersusersCREATE TABLE users (
    id INTEGER PRIMARY KEY,
    email TEXT UNIQUE,
    password TEXT NOT NULL,
    is_admin BOOL DEFAULT 0
    -- failed_login_attempts INTEGER DEFAULT 0

))=indexsqlite_autoindex_users_1users