Disable 2FA on Development Environments

Thanks @vikaspotluri123 really appreciate it.


The direct answer (for anyone who’s looking for the same)

We can disable this by adding the following to the ghost configuration file.

"security": {
    "staffDeviceVerification": false
}
2 Likes