summaryrefslogtreecommitdiffstats
path: root/src/global.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2025-09-25 14:22:31 +0200
committerSimon Rettberg2025-09-25 14:22:31 +0200
commitb4c3e8f820f818fc35c278e5eb67cb106f73c25f (patch)
treee2e9aec338c5f443074301fd3fe6cb4235332805 /src/global.cpp
parentFix remaining deprecation warnings (diff)
downloadslxgreeter-b4c3e8f820f818fc35c278e5eb67cb106f73c25f.tar.gz
slxgreeter-b4c3e8f820f818fc35c278e5eb67cb106f73c25f.tar.xz
slxgreeter-b4c3e8f820f818fc35c278e5eb67cb106f73c25f.zip
Fix IdP list merging
Diffstat (limited to 'src/global.cpp')
-rw-r--r--src/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.cpp b/src/global.cpp
index ece4402..8f19899 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -197,7 +197,7 @@ const QVariantMap& Global::getCombinedIdpWhitelist()
combined += s;
}
retval.insert(filter, combined.replace(
- QRegularExpression("[^\\w. /:-]", QRegularExpression::UseUnicodePropertiesOption),
+ QRegularExpression("[^\\w. /:@-]", QRegularExpression::UseUnicodePropertiesOption),
QString()));
}
m_combinedWhitelist = retval;