This article provides a procedure for resetting the VMware vCenter Application Discovery Manager console administrator password to the default password.
To reset the VMware vCenter Application Discovery Manager console administrator password to the default:
# su - nlayers
$ cd Seneca/db_scripts/oracle
$ source ./db_env.sh
$ sqlplus nlayers/nlayers
update SUBJECT set password = 'jZae727K08KaOmKSgOaGzww/XVqGr/PKEgIMkjrcbJI=' where login = 'admin';