update_user_with_admin_access: Function: update_user_with_admin_access

Description Usage Arguments Details Value

View source: R/eruu_user.R

Description

Given a username, password and database, the corresponding user is updated with extra information provided as function arguments:

Usage

1
2
3
4
5
6
7
8
update_user_with_admin_access(
  admin_username,
  admin_password,
  username,
  password,
  database,
  ...
)

Arguments

admin_username

the admin username

admin_password

the admin password

username

the user to modify username

password

the user to modify password

database

the database

Details

Only the following fields can be updated for security purposes:

Value

the update user or NULL if it fails


pydupont/esr.redcap.user.ui documentation built on Dec. 25, 2019, 3:20 a.m.