Hi @mrmarkuz,
to reset your admin password to default you can use this update on db webtop5:
su - postgres -c 'psql webtop5'
UPDATE "core"."local_vault" SET "password_type"='PLAIN', "password"='admin' WHERE ("domain_id"='*') AND ("user_id"='admin');