Hello!
I'm wondering .. Lets go with this scenario:
- User is creating Sharepoint user account
- He types username (test) nad password (123456) and clicks Save
- He is receiving error but there is no cause written why this happened.
If user will click on Technical Details and look in Stack trace he will find:
".......System.Runtime.InteropServices.COMException (0x800708C5): The password
does not meet the password policy requirements. Check the minimum
password length, password complexity and password history requirements.
(Exception from HRESULT: 0x800708C5)".......
Is there any chance that this part of stack trace could be extracted and showed above Technical Details?
Thanks