Disable 2FA on Development Environments

Wondering if there’s a way to disable recent addition to Ghost, 2FA on development environments. :thinking:

Here’s a breakdown:

2 Likes

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

If someone still wants to send emails in local dev, I have written an article on how to do that

1 Like