Skip to content

Commit

Permalink
added tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-sameer-pathan committed Mar 31, 2023
1 parent e562404 commit db6aad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion activedirectory/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@
"name": "search_attr_name",
"title": "Attributes Type",
"type": "select",
"tooltip": "The attribute, either the SamAccount Name, Distinguished Name, or the Email of the user, whose password you want to reset in AD.",
"tooltip": "The attribute, either the Distinguished Name (DN), email address, or SamAccount Name of the user who requires to reset their password when they next log on to Active Directory.",
"description": "The attribute, either the Distinguished Name (DN), email address, or SamAccount Name of the user who requires to reset their password when they next log on to Active Directory.",
"visible": true,
"required": true,
Expand All @@ -1594,6 +1594,7 @@
"title": "Attributes Value",
"name": "search_attr_value",
"type": "text",
"tooltip": "The value of the Distinguished Name (DN), email address, or SamAccount Name of the user who requires to reset their password when they next log on to Active Directory.",
"description": "The value of the Distinguished Name (DN), email address, or SamAccount Name of the user who requires to reset their password when they next log on to Active Directory.",
"visible": true,
"required": true,
Expand Down
4 changes: 2 additions & 2 deletions activedirectory/playbooks/playbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3329,8 +3329,8 @@
"name": "Active Directory",
"config": "''",
"params": {
"search_attr_name": "SamAccount Name",
"search_attr_value": "jdoe"
"search_attr_name": "",
"search_attr_value": ""
},
"version": "2.3.0",
"connector": "activedirectory",
Expand Down

0 comments on commit db6aad1

Please sign in to comment.