discourse/lib/second_factor
Krzysztof Kotlarek 4cf4f9fa61
FIX: URL encode usernames in grant admin redirect (#34664)
The grant admin action was not properly URL encoding usernames
containing unicode characters, causing broken redirect URLs when
usernames include special characters allowed by the
allowed_unicode_username_characters site setting.


https://meta.discourse.org/t/granting-admin-rights-fails-for-usernames-with-special-characters-when-admin-account-has-2fa-enabled/378063
2025-10-13 09:49:23 +08:00
..
actions FIX: URL encode usernames in grant admin redirect (#34664) 2025-10-13 09:49:23 +08:00
auth_manager.rb DEV: Allow ServerSession to store arbitrary data (#34919) 2025-09-26 10:35:28 +02:00
auth_manager_result.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
bad_challenge.rb