diff --git a/webapp_profile.py b/webapp_profile.py
index a2b3e3deb..bd75f4a1a 100644
--- a/webapp_profile.py
+++ b/webapp_profile.py
@@ -1106,10 +1106,16 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
instanceStr += \
' '
- instanceStr += \
- ' ' + \
- translate['Verify all signatures'] + '
\n'
+ if getConfigParam(baseDir, "verifyAllSignatures"):
+ instanceStr += \
+ ' ' + \
+ translate['Verify all signatures'] + '
\n'
+ else:
+ instanceStr += \
+ ' ' + \
+ translate['Verify all signatures'] + '
\n'
instanceStr += ''
moderators = ''