i've modified the qa-external-users.php file and its function the best i could think of but it does not work: i'm logged in on our extranet but it still show the "login" link. If i click "users" it does not show the list of users existing in our database.
I checked the database connection and it works so it's not that.
Can you help? Here is the full code on pastbin:
http://pastebin.com/PQb1vXEh
I'm not completely sure i did the very first function correctly. It's my user table's primary key you are after, right? That's what i understood:
function qa_get_mysql_user_column_type() {
return 'MEDIUMINT UNSIGNED';
}
but is that correct?