A-c0rN / ASMARA

Automated System for Monitoring And Relaying Alerts
https://eas.missingtextures.net
Open Data Commons Open Database License v1.0
9 stars 8 forks source link

re add 2FA, add userdb cli, fix idle systems, add statistics & encoding*.. #33

Closed reggietorres closed 3 months ago

reggietorres commented 4 months ago

This is by far, the biggest update feature wise,

2FA has been readded, it now utilizes authenticator phone apps, if it has a qr code feature, it probably will work.. Statistics have been added, although they aren't good yet.. Idle has been fixed (again)

and the userdb CLI has been added

using this python CLI tool you can do the following

list users list user's passwords (only if you pass --show-pass)

add user delete user from id or username

and the README has been moderized to use userdb,

I've updated requirements.txt to include the modules needed to run the webserver

reggietorres commented 4 months ago

userdb cli will be able to list even more information with --advanced, but only for a specific user, and only when we implement the settings page

reggietorres commented 4 months ago

Workin on it! the next commit won't have anything to do with the stuff above though, i gotta push my current commits to my fork first