Merge pull request #23257 from opf/merge-release/17.4-20260519045108

Merge release/17.4 into dev
This commit is contained in:
Jens Ulferts
2026-05-19 09:17:29 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
@@ -164,7 +164,10 @@ If a matching account is found, the mail handler impersonates the user to create
If no matching account is found, the mail is rejected. To override this behavior and allow unknown mail address
to create work packages, set the option `no_permission_check=1` and specify with `unknown_user=accept`
**Note**: This feature only provides a mapping of mail to user account, it does not authenticate the user based on the mail. Since you can easily spoof mail addresses, you should not rely on the authenticity of work packages created that way. At the moment in the OpenProject Enterprise cloud work package generation by emails can only be triggered by registered email addresses.
> [!CAUTION]
> This feature only provides a mapping of mail to user account, it does not authenticate the user based on the mail. Since you can easily spoof mail addresses, you should not rely on the authenticity of work packages created that way. At the moment in the OpenProject Enterprise cloud work package generation by emails can only be triggered by registered email addresses.
>
> The same is true for `unknown_user=create`. This will effectively allow users to create new accounts in the system, same as with the self registration setting.
**Users with mail suffixes**
+1 -1
View File
@@ -34,7 +34,7 @@ You have probably unchecked the option “show as menu item in project navigatio
## What is the markup language of the wiki in OpenProject?
The wiki syntax used in OpenProject is Textile.
The wiki syntax that is used internally in OpenProject is GitHub-flavored Markdown (GFM) + HTML for specific widgets. Prior to OpenProject 8.0, the platform used Textile. However, any legacy Textile content is automatically migrated to the GFM Markdown format during system upgrades.
## I am not used to Textile - is there any documentation where I can get help?