This commit is contained in:
2020-06-13 21:53:58 +00:00
parent 2293933953
commit fc0bd624e9

View File

@@ -86,7 +86,17 @@ todo: RAVEN new job LicenseCheck
#################
todo: permanently erase db startup thing, should it really exist?
It will zap the dbid so a user might expect to just use their old license but it wont' fetch again
we could issue a new key to replace with the new dbid and also issue a revoke key for the old dbid so that
there can be no fraudulent use this way.
I guess it's a rare situation and if the option to delete is there people will surely fuck up and use it unintentionally?
or maybe not
todo: could be a presentation issue but erasing the database and "permanently" erasing the db do two different things completely
Maybe change the biz object erase to empty or remove all data or something along those lines
If it requires too much explanation then it's probably mis-identified as to what it does
todo: docs, change all named references to the Manager / manager / admin / adminstrator account to "SuperUser"
TODO: do I really need to not log IP addresses on login?