Skip to content

Navigation Menu

Sign in
Sign up

Developer documentation? #425

VillePekka started this conversation in General
Discussion options

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:

password.minspecial = 0

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:

Pattern pattern = Pattern.compile("(?=(.*[!,@,#,,ドル%,^,&,*,?,_,~,\\+,-,=,\\(,\\),`,\\[,\\],:,;,\",\',/,<,>]){" + minSpecial + "})");
You must be logged in to vote

Replies: 1 comment

Comment options

Both, in my opinion. You might get a better response to these questions on the discord. https://discord.gg/h5FAvV7N3

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /