So looked up the reset password for the ASA device and found that the register 0x41 tells the router to ignore the startup configuration. You need to do the following to get the startup-config back in place and the register changed:
Step 11 Access the privileged EXEC mode by entering the following command:
hostname# enable
Step 12 When prompted for the password, press Enter.
The password is blank.
Step 13 Load the startup configuration by entering the following command:
hostname# copy startup-config running-config
Step 14 Access the global configuration mode by entering the following command:
hostname# configure terminal
Step 15 Change the passwords, as required, in the default configuration by entering the following commands:
hostname(config)# password password
hostname(config)# enable password password
hostname(config)# username name password password
Step 16 Load the default configuration by entering the following command:
hostname(config)# no config-register
The default configuration register value is 0x1. For more information about the configuration register, see the Cisco ASA 5500 Series Command Reference.
Step 17 Save the new passwords to the startup configuration by entering the following command:
hostname(config)# copy running-config startup-config