Description Usage Arguments Examples
Set or change user's password
1 2  | ol_user_pwd_cleartext(con, user_id, password, password_confirmation,
  validate_policy = FALSE)
 | 
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  | 
1  | if (interactive()) ol_user_pwd_cleartext(onelogin(), 54963040, "pwd", "pwd")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.