<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Ah yes, clear. Adding the option to specify the client would be nice indeed. :-) For now we will simply ‘hard code’ the link into our theme since we only use a single client in this context at this stage. I do realise that you really should not make the theme
 client-specific.
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 01 Feb 2016, at 14:58, Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com" class="">sthorger@redhat.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">If you initiate the action through the admin console there's no application to go back to. Unless we add an option in the admin console to specify the client that is.</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On 1 February 2016 at 13:46, Edgar Vonk - <a href="http://info.nl" class="">
Info.nl</a> <span dir="ltr" class="">&lt;<a href="mailto:Edgar@info.nl" target="_blank" class="">Edgar@info.nl</a>&gt;</span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br class="">
<br class="">
Considering the following scenario:<br class="">
1/ Admin performs a ‘Reset Action’ on the user from the admin console (Manage - Users - Credentials). In our case an ‘Update password’ action and send the ‘Reset Actions Email’.<br class="">
2/ User receives the reset action email with a link back to Keycloak.<br class="">
3/ User follows the link, sets his/her password.<br class="">
4/ User is now shown a success screen stating &quot;Your account has been updated.” only. There is no link to the application or anything. The user is left on his/her own.<br class="">
<br class="">
This happens because in AuthenticationManager#nextActionAfterAuthentication the ‘skipLink’ attribute is set to true. This results in the info.ftl template not showing the ‘back to application’ link.<br class="">
<br class="">
I think in this case the link should be shown however. Otherwise the user has no idea where to go to next. In fact I think the ‘back to application’ link should nearly always be shown. So for now we have simply removed the {{&lt;#if skipLink??&gt;}} check in the
 info.ftl in our custom email theme. I do wonder why this ‘skipLink’ functionality was built in the first place? Does it not make sense to remove it altogether maybe?<br class="">
<br class="">
cheers<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
keycloak-user mailing list<br class="">
<a href="mailto:keycloak-user@lists.jboss.org" class="">keycloak-user@lists.jboss.org</a><br class="">
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank" class="">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></blockquote>
</div>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>