If you know your way around linux a bit, you can do as follows:
1. pass the option 'init=/bin/bash' to kernel at the lilo prompt. This will give you a single user shell.
2. remount the root fs rw ('mount -o remount,rw /dev/xxx /'). replace xxx with your proper root fs device.
3. edit /etc/wfe/conf/settings and change the reset_pwd setting in the global section to '1'.
4. remount the root fs readonly, then type 'sync'.
5. reboot and use a browser to access the webadmin. You'll get the password settings page.
If you don't feel fit for this, it's time for a reinstall
regards,
/tom
This thread was automatically locked due to age.