Understanding access control
·
Every application that allows authentication requires a proven form of access control. It’s important to understand the different formats available.
·
Every application that allows authentication requires a proven form of access control. It’s important to understand the different formats available.
·
Let’s geek out on my favorite form of authentication – not sending passwords over the wire in the first place!
·
Logging in to your WordPress site as an administrator when your plan is just to write is a bad idea. The admin user should be for administration and you should use an editor-level user for writing. But this dual-login workflow can be needlessly complicated on many sites. Instead, I propose we introduce a SUDO mode…