onelogin (version 0.2.0)

ol_user_pwd_cleartext: 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

Run this code
# NOT RUN {
if (interactive()) ol_user_pwd_cleartext(onelogin(), 54963040, "pwd", "pwd")
# }

Run the code above in your browser using DataLab