Security:Users

I have a solution in PHP/MYSQL. I have a users table i use to provide role-based access to functionality and pages. Can I make use of this user’s table to have my users login when i use Servoy?

YES! Simply make a named connection to the database that holds the table (Edit → Preferences → DB Servers) and then

  1. make a form based on that table AND/OR

  2. Do a SQL query on that table

Hope this helps,

Bob Cusick