Password reset failing when using special characters in password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2015 01:23 PM
I have configured a password reset tool to reset password in Active Directory (using orchestration)
I see that it works fine when we use password without special characters. It is failing when I use any special characters like @,&_$
I get below error
{"message":" *** The server is unwilling to process the request. (Exception from HRESULT: 0x80072035)Stack Trace:","isFatal":true,"activityName":"Reset the password","wfName":"Pwd Reset - AD"}
we have password validation and it allows special characters . There is no restriction from AD end too
Any idea where this may be failing ?
Thanks
Varsha
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2016 09:39 PM
HI,
I have a similar issue. can anyone suggest on this please.
Random password generator issue
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 10:23 AM
I'm afraid there is a known bug there that we haven't fixed yet - mid server doesn't like passwords with &'s.
See this community post for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 02:05 PM
I am having the same issue, however I do not have any '&' characters in the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 02:16 PM
I am using the custom design Activity running on powershell which works fine.
You guys can try to build the powershell activity instead of using OOB.