From: Krzysztof B. <kb...@un...> - 2025-05-15 16:18:01
|
Hi Sander, W dniu 14.05.2025 o 17:13, Sander Apweiler pisze: > Hi Krzysztof, > hi Roman, > > we found two bugs in unity 4.1.0. The first is in the invitation > handling and the second in account registration. > > Starting with the invitation handling. If an invitation is send to an > email address containing a +, the invitation itself is send to the user > without any problems, but if the user follows the link from the > invitation unity shows an URN encoding error and the corersponding > stack trace. I attached this to the email. Well, I'm not entirely sure the problem is like described. I was able to register with email address with + sign w/o any problem end to end. Also the stack trace is suggesting another problem: the URL has '/' encoded. It is possible the problem is really with "+" but then I'd suspect some extra configuration that comes into play. So can you please provide more detailed information? 1. form configuration. Especially if there are any post-registration actions configured. 2. in what moment precisely this happens? When user is opening the URL from email? When confirming something? When getting the finalization page? 3. network log from the browser, what is on UI 4. how the user is invited (precise flow, additional settings). > The second error occurred in the registration of a local account. We > are not sure if this only happens in the registration of OAuth clients > (the only local accounts we allow), but I assume it happens to all > local accounts. If the registration form is opened all mandatory > information entered and policies accepted, but some minutes waited > before the registration is submitted, unity shows only registration > failed to the users but internally it processes the registration, > sending emails to the system administrators and lists this registration > in the requests tab. This request is completly empty or broken (see > attached screenshot) and trying to delete the request on the button of > the pages is changing the button text only to error. We can delete this > request by going back to the request list and triggering the deletion > from the hamburger menu. Hmm, let me ensure I do understand this: registration form is opened, filled, but not submitted. After some time of inactivity the form is auto submitted? Thanks, Krzysztof |