Hello,
If you want to disable the defaukt WordPress email/password login method, there should be a way, but it is out of the ethpress plugin scope I believe.
Try to search for this phrase: “turn off default wordpress login method”
Hope it will help.
Thread Starter
lynium
(@lynium)
Hi,
I needed to specify more… I i already did that.
Users can only register via ETH Press plugin. The default register WordPress email/password is disabled
But when the users register via ETHPress,
I want to force it to use the BSC Mainnet
>> The network that are using in the page must be BSC
and
>> His Address can only be BSC Mainnet to register
Got you now, thank you for details.
However, not sure that it is possible, since the blockchain used by client does not matter for the ethpress plugin, only the message signing function is called from the user’s wallet, and this function is blockchain agnostic – it is done by user wallet locally just calling crypto primitives.
In other words, all what ethpress can guarantee for you is that client owns a private key for the address he sent to you for login, nothing more.
Closing for now. Feel free to re-open.