CHANGED ADMIN PASSWORD
This commit is contained in:
@@ -111,7 +111,7 @@ def init_db():
|
||||
_ensure_created_at(conn, table)
|
||||
|
||||
c.execute("INSERT OR IGNORE INTO users (username, password, balance) VALUES (?, ?, ?)",
|
||||
('admin', hashlib.md5('hJAED8FUUoj6tYbyQkRkAqni'.encode()).hexdigest(), 999999))
|
||||
('admin', hashlib.md5('MFKJGOIH3249738547IJTIRTJHOIJJ'.encode()).hexdigest(), 999999))
|
||||
|
||||
conn.commit()
|
||||
conn.close()
|
||||
|
||||
Reference in New Issue
Block a user