Aiden
Aiden
Have a [passing test](http://jenkins.eng.ixsystems.net:8080/job/master/job/api_tests/864)!
~~Still have to go through and redo the DB migration so its revision hashes are correct~~ Doesn't look like any alembic changes were made actually, I was under the impression...
I added the checkbox as it was suggested in the ticket! The reasoning (from what I assume) is to prevent having a popup every single time you log in (although...
I also updated my migration references to point to our most recent migration from the last 24 hrs
@anodos325 how would we go about deleting the old /etc/login_banner if it's in its own mako? If exiting early stops the file from being written, then I could probably do...
@anodos325 I've implemented those changes! Is there any way to specify that when we're reloading the ssh service that we should etc generate our login_banner as well? Would save us...
> Login banner needs to be a separate etc file with entry in etc plugin defining permissions required. no_auth_required + roles still needs to be resolved. I'm looking into this...
The no_authz_required issue was me putting the accepts decorator above the no_authz_required, moving it below fixes it. Should be good for final review now!