Hi I successfully connected wp discourse and made it a provider for my discourse however it automatically fetches the username from wordpress when someone logs in for the first time into discourse.
I know this makes sense because its using wp as the database but in our use case. its a bit tricky due to privacy concerns.
Is there anyway to make a step after a user logs in for the first time using wordpress to be asked for a username?
Can i turn wordpress to auth provider using plugins and use openid2? would this make it the same as signing up with google which prompts users to choose a username?
thanks!