try resetting the password
easy howto:
1. stop subsonic
2. locate the line where the admin user is inserted in SUBSONIC_HOME/db/subsonic.script
Find the line which begins with
- Code: Select all
INSERT INTO USER VALUES('admin', .............
replace the second field with 'changeme' ( remember to include the apostrophes )
3. Restart subsonic
4. Now you should be able to log in using username
admin and password
changeme