Skip to contents

Inactivate a user in the database

Usage

inActivateUser(conn_handler, user_name, verbose = TRUE)

Arguments

conn_handler

A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)

user_name

Name of the user to be inactivated (required).

verbose

a logical value indicates whether or not to print the diagnostic messages. Default is TRUE.