Wondering if there’s a way to disable recent addition to Ghost, 2FA on development environments.
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