trickydick wrote:By what I can ell the database used for subsonic is HyperSQL Database Engine (http://hsqldb.org/) and buy the db properties file its version 1.8.0.5. This database is purely written in java and is free.
I have no java experience and have no idea how to edit the existing database, but if there is someone out there that has the know how, we could have a built-in registration page as one with subsonic.
The way I would go is figure out the database structure in subsonic, then build a entirely new database with the same structure, then add the registration table, then build the register.jsp page to include an admin page that will list the user whom registered and then can approve or disapprove the requests.
It's even easier than that, there is no need to change the db structure, you just need to know the structure (which is very easy)... but the hard part for me is that I don't know a lot about java (compared to other languages I know)...
I could give it a try because I'd love to know a bit more about java, but Í don't see myself trying any time soon...