Calculate the crc over your data in the eeprom and compare it with a crc stored in e.g the last four bytes. If they don't match, the settings are corrupt / not valid.
Once the user has entered the data and it's saved in the eeprom, calculate the crc and store it in the last four bytes.
There is a crc example in the eeprom examples.