You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And delete them. A case was encountered where a person no longer has access to delete a link that needs to be updated. Maybe just a batch transfer of ownership of all the links created by one person to another person? And delete the account, of course.
So, an admin account system which can sign into a special console and from there:
Transfer ownership of an account's links to someone else
Delete links
Export the Sqlite database if it's being run in Sqlite mode.
This bundles up a handful of small changes that makes the application easier to build and run.
* Warning hunt to clean up some existing warnings that have crept in.
* Adds AdminList configuration option, a comma-separated list of emails that are admin accounts
* This partially implements #4 but the actual admin-y pages need to be added to complete it.
* Adds unit tests for AdminList related functions
* Extraneous forward slashes are dropped from the end of URL lookups, making #6 easier to implement
* Fix the dockerfile to use the right sdk image for building.
* Fix the default okta API urls.
It seems prudent to have accounts which can view all links in the system.
The text was updated successfully, but these errors were encountered: