<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[locked out of admin UI]]></title><description><![CDATA[<p dir="auto">Hi folks,</p>
<p dir="auto">I created a transactional webhook and set it up for the <code>user.login.success</code> event.</p>
<p dir="auto">However, it is failing and now I'm locked out of my Admin UI, so I can't disable it.</p>
<p dir="auto">What can I do?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2529/locked-out-of-admin-ui</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 20:41:51 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2529.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Oct 2023 23:37:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to locked out of admin UI on Tue, 10 Oct 2023 23:40:55 GMT]]></title><description><![CDATA[<p dir="auto">You have a couple of options:</p>
<ul>
<li>you can update webhook so it always returns 200, regardless of the message it receives. This won't work if the webhook URL is incorrect. For example, if you set up the webhook to live at <code>https://exmple.com</code> when it really lives at <code>https://example.com</code> and you don't have access to <code>https://exmple.com</code>.</li>
<li>if you have an API key, you can update the webhook to be non-transactional. Setting up such an API key is a critical part of <a href="https://fusionauth.io/docs/v1/tech/installation-guide/common-configuration" rel="nofollow ugc">common configuration</a>.</li>
<li>if someone has an active session in the admin UI, they can also modify the configuration to make the webhook non-transactional.</li>
</ul>
]]></description><link>https://fusionauth.io/community/forum/post/6670</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6670</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 10 Oct 2023 23:40:55 GMT</pubDate></item></channel></rss>