kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Add remember me using token login #81

Closed ItsOnlyBinary closed 4 years ago

ItsOnlyBinary commented 4 years ago

Also moves the startup screen completely into the plugin

prawnsalad commented 4 years ago

This needs the database migration file adding for the new db structure too:

2020-08-28T00:26:17.449Z [worker] l_error Error creating user token: insert into "user_tokens" ("accessed_at", "comment", "created_at", "expires_at", "last_ip", "token", "user_id") values ($1, $2, $3, $4, $5, $6, $7) - column "accessed_at" of relation "user_tokens" does not exist