Open roman-yagodin opened 4 years ago
I have confirmed that the random password created in this module is all numeric. Requiring non alpha characters will trigger an issue. Random password code should be refactored to add upper and lower case letters in case these are required.
Can the DNN UserContoller.GeneratePassword() be used for this?
That is a great idea. I will look and see if it can be.
Describe the bug
It seems like AD provider successfully connects to AD, gets user information, but fails to create user in DNN. My wild guess - due to random password doesn't match the required parameters?
Software Versions
To Reproduce
Steps to reproduce the behavior:
Error log
Log entries with Debug mode enabled:
Additional context
From
web.config
: