<div dir="ltr">If you initiate the action through the admin console there&#39;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><div class="gmail_quote">On 1 February 2016 at 13:46, Edgar Vonk - Info.nl <span dir="ltr">&lt;<a href="mailto:Edgar@info.nl" target="_blank">Edgar@info.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Considering the following scenario:<br>
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>
2/ User receives the reset action email with a link back to Keycloak.<br>
3/ User follows the link, sets his/her password.<br>
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>
<br>
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>
<br>
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>
<br>
cheers<br>
<br>
<br>
_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></blockquote></div><br></div>