Reposting as someone posted over this previously. Still haven’t determined a way to do this and it was something supported a long time back. Thanks for any help on this challenging issue.
Looking for some help on the best way to implement this. We basically have to provide a mechanism that when the password is changed or when a new user is created, the password is verified to contain letters, numbers, symbols, upper, lower and be a certain length. I see there used to be something called local_settings.json which doesnt appear to work and is OBE in current code. We are using 3.0.1 version. I think the understanding is the external authentication would cover this, but we cannot use this unless we have some mechanism that does this for the internal users also. Any suggestions or anyone else already doing something, and would like to provide guidance, it would certainly be much appreciated. Otherwise it seems python and chasing the code is in our near future. Thanks in advance. Ron