ulogin icon indicating copy to clipboard operation
ulogin copied to clipboard

"user" is a reserved keyword in PostgreSQL

Open pylorak opened this issue 11 years ago • 0 comments

Quote from https://sourceforge.net/p/ulogin/discussion/general/thread/c0f58db9/ : "In ul_log table the 'user' column has to be renamed (for example 'username' to make ulogin logging to work, because column name 'user' is a pgsql keyword, can't be used as column name. The corresponding lines also have to be modified in 'PdoLoginBackend.inc.php' file in the prepared statements. From 'user=?' to 'username=?'."

pylorak avatar Jun 20 '14 12:06 pylorak