Developer documentation? #425
VillePekka
started this conversation in
General
Replies: 1 comment
|
Both, in my opinion. You might get a better response to these questions on the discord. https://discord.gg/h5FAvV7N3 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is the docs-website mainly for users of the software and not the developers?
It does have the contribution guide so it might be for both.
Would the following type of information be useful to document somewhere, for example as discussion threads at first?
I was reading about the password requirement configuration in mirth.properties and it was unclear to me what minspecial specifically means:
engine/server/conf/mirth.properties
Line 16 in 423df18
That lead me to PasswordRequirementsChecker class:
https://github.com/OpenIntegrationEngine/engine/blob/main/server/src/main/java/com/mirth/connect/server/util/PasswordRequirementsChecker.java
which defines the special characters:
engine/server/src/main/java/com/mirth/connect/server/util/PasswordRequirementsChecker.java
Line 218 in 423df18
All reactions