simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 223 forks source link

Remove Login Screen #89

Open lrAlval opened 9 years ago

lrAlval commented 9 years ago

is There a way to remove Login with out alter the whole functionality ?

Thanks in Advance

simov commented 9 years ago

Unfortunately you can't change that through configuration. The easiest way would be to change this line to return next(); because the debug flag is responsible for a few other things.

The easiest way would be to fork the project, change the line, push it, and then point your project to use your repository. Not ideal, but the other way around is to implement it as a feature, and be able to turn it on/off via cmd flag for example.