Skip to content

Bug fixes

Compare
Choose a tag to compare
@vphantom vphantom released this 12 May 12:30
· 59 commits to master since this release

The new e-mail sending scheme didn't allow outgoing mail in some contexts.

If you are upgrading, the following SQLite query is necessary to create "system" user zero:

INSERT INTO users VALUES (0, '*', '*', '*', datetime('now'), '0', '', '', 'System', '0', 0)