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
}
1 Like