mod_http_oauth2/mod_http_oauth2.lua
changeset 5768 87920d436cb4
parent 5756 c27eaa7117d6
child 5770 b8a2b3ebe792
--- a/mod_http_oauth2/mod_http_oauth2.lua	Sat Dec 02 13:35:29 2023 +0100
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Sun Dec 03 15:07:50 2023 +0100
@@ -895,7 +895,7 @@
 		-- Render login page
 		local extra = {};
 		if params.login_hint then
-			extra.username_hint = (jid.prepped_split(params.login_hint));
+			extra.username_hint = (jid.prepped_split(params.login_hint) or encodings.stringprep.nodeprep(params.login_hint));
 		elseif not prompt:contains("select_account") then
 			-- TODO If the login page is split into account selection followed by login
 			-- (e.g. password), and then the account selection could be skipped iff the