Commit Graph

6 Commits

Author SHA1 Message Date
zefie
976c79c92a wip usenet stuff 2022-10-12 12:26:30 -04:00
zefie
35909e126b remove some unneeded mail checks 2022-10-09 14:09:33 -04:00
zefie
37f1ab67ad BREAKING CHANGES: (for SeCuRiTy):
By default:
- `ssid_sessions[socket.ssid]` is now `session_data`
- `require` is no longer allowed in user scripts

To access global `socket_sessions` and `ssid_sessions`, as well as `require` additional modules, you must set `privileged: true` for the specific service. See `config.json`.
2022-10-09 13:26:14 -04:00
zefie
4f36dd7829 fix errpage issue on validate-change-password 2022-03-22 18:34:00 -04:00
zefie
a711e05a1d update the correct file 2022-03-09 17:38:15 -05:00
zefie
0d991d5eac user account updates
- move user accounts to subdir
- add password support
- implemented basics of multi-user support
- Can add users, edit them, and log in with them (password or not)
- Cannot delete users (with service) yet
2022-03-09 17:37:57 -05:00