To reset the administrator password, you need to execute the following SQL query in the ABillS database:
UPDATE admins SET password=ENCODE('NEW_PASSWORD', 'test12345678901234567890') WHERE aid=1;
Where test12345678901234567890 variable $conf{secretkey} in the file /usr/abills/libexec/config.pl.