ol_user_pwd_cleartext {onelogin}R Documentation

Set or change user's password

Description

Set or change user's password

Usage

ol_user_pwd_cleartext(con, user_id, password, password_confirmation,
  validate_policy = FALSE)

Arguments

con

a 'OneLogin' connection

user_id

user id

password

character, new password

password_confirmation

character, new password

validate_policy

utilize password policy checks? defaults to FALSE

Examples

if (interactive()) ol_user_pwd_cleartext(onelogin(), 54963040, "pwd", "pwd")

[Package onelogin version 0.2.0 Index]