Isn't it super annoying how the footer in Aura templates jump around? I've got a solution for you. The exact CSS override you need to do might vary based on the template you're using, but here's sample code that should do the trick. /* anchor footer to bottom of page */ .siteforceThemeLayoutStarter { min-height: 100vh; position: relative; } .siteforceContentArea { padding-bottom: 3rem; } .footer { bottom: 0; height: 3rem; position: absolute; width: 100%; } You need to update the rem to handle the height of your footer.
I've ran into this issue many times. Some integrations require a security token. However, there are trusted IP ranges enabled for the org and when those are enabled, you won't see the reset token link when logged in from an address in a trusted range. To get around this, use the following URL: https://[replaceThisWithYourSalesforceOrgDomainHere]/_ui/system/security/ResetApiTokenEdit?retURL=%2Fui%2Fsetup%2FSetup%3Fsetupid%3DPersonalInfo&setupid=ResetApiToken Just make sure that you're logged in as the user you want to reset. Presto chango! It's a lifesaver.