Stop


Remove all associated data?


The account will be removed permanently and there is no way to restore it.

Are you sure you want to remove this account?
--no_c_escapes- { #line push #line 47 "virt://WS.WS.SYS_DAV_RES.RES_FULL_PATH.RES_CONTENT:/DAV/VAD/conductor/account_remove_inc.vspx" declare user_name varchar; declare u_ident integer; user_name := get_keyword ('user_name', params, ''); if ( get_keyword ('remove', params, '') <> '' ) { declare home, rc, did any; select U_ID into u_ident from SYS_USERS where U_NAME = user_name and U_IS_ROLE = 0; home := USER_GET_OPTION (user_name, 'HOME'); USER_DROP (user_name); delete from SYS_ROLE_GRANTS where GI_SUPER = u_ident; if (self.drop_obj.ufl_value = 'Yes') { did := DAV_SEARCH_ID (home, 'c'); if (exists (select 1 from WS.WS.SYS_DAV_COL where COL_ID = did and COL_OWNER = u_ident)) { rc := DB.DBA.DAV_DELETE_INT (home, 0, null, null, 0); } } } self.vc_redirect ('accounts_page.vspx?page=1'); #line pop }