Replies: 0
Hi,
It seems you can configure the salt column name in a php file.
as EXLOG_DBSTRUCTURE_SALT
But I cannot find it in the configuration page itself next to the username,email, etc column names?
I guess this should be easy to add to the plugin?
I have a separate salt column in my user table which is different for each user. The hash ,ethod is SHA256 and salt is appended after the raw password.
Can I somehow do the fix myself? Git? commit?
Regards, Bert.