Run the following update queries, that will update this account with the original seed data prior to upgrade. For both the queries below, only one row each should be updated. If there is more than one row being updated, do not commit.
update srm_resources set last_name ='Invalid_User',
first_name ='PPM',
middle_name =null,
email ='[email protected]',
sms_email =null,
person_type = 300,
user_id ='-99',
date_of_hire=null,
date_of_termination=null,
manager_id =null,
is_active =0,
full_name ='Invalid User, PPM',
is_external=0,
external_source_id =1,
external_id =null,
use_in_frc_budget=0,
slice_status =null,
include_flag =1,
book_manager_id =null,
entity_code =null,
forecast_rate =null
where unique_name ='ppm_invalid_user'
update cmn_sec_users
set id ='-99',
user_name ='ppm_invalid_user',
pwd='977637977634d34664e6a4833494a7a6b6943073e5ad7c4022926c5c2c9aa4b124249',
pwd_required =null,
user_status_id =202,
obs_id =null,
description =null,
first_name ='PPM',
middle_name =null,
last_name ='Invalid_User',
email_address = '[email protected]',
sms_email_address=null,
photo_file =null,
locale='en_US',
timezone='Europe/London',
language_id =1,
country_id =1,
currency_code =null,
login_count=null,
bad_login_count=null,
force_pwd_change=1,
full_name =null,
company_id =0,
external_source_id =1,
external_id =null,
is_ldap=1,
use_proxy =0,
proxy_user_id=null,
home_url=null,
nav_state=0,
bo_user=null,
screen_reader_opt =0,
high_contrast_ui=0,
no_csrf_msg=null,
salt='ywcM4fNjH3IJzkiC',
user_uid='ppm_invalid_user'
where user_name ='ppm_invalid_user'
Note: It is recommended to not change data of seed users that are placed out of the box in the Clarity Database.