If you have the SSH access - create other user from CLI then log in and change current user credentials:
php bin/magento admin:user:create --admin-user='new_user' --admin-password='newpassword123' --admin-email='test@test.com' --admin-firstname='New' --admin-lastname='User'