I need to create a script that will allow for an alternate login to be used in WordPress for users … we are going to provide them with a 7-digit code that they can use instead of their typical username and password.
This script will look up the 7-digit code that they enter (We will assign the code separately) and then log them into wordpress automatically using their wordpress credentials (as if they had logged in using their regular username/password.
Needs to be written in PHP. We wil…
