Hi, Roberto!
On May 16, Roberto Spadim wrote:
> in your example wth s/keyRight. It only checks the one-time password.
> it doesn't check password with mysql database? just the key with skey lib?
Generally, you can use only one plugin at a time - either
mysql_native_password plugin, that checks the mysql user password, or
some other plugin, that does something else.
Regards,
Sergei