JMTNTBANG / MySQL-Web-Frontend

A Web Interface for a MySQL Server | Username: guest | Password: 1234
https://jmtntbang.com/apps/mysql-web-frontend
GNU General Public License v3.0
1 stars 0 forks source link

Add a Permission System #11

Closed JMTNTBANG closed 4 months ago

JMTNTBANG commented 4 months ago

Allows you to define what permissions each user has to each database / tables (Possibly a new table in the auth schema)

JMTNTBANG commented 4 months ago

All users (except ones with the admin flag) will be defaulted to seeing no databases/tables, you can add access by adding entries to the auth.permissions table