Skip to content

Instantly share code, notes, and snippets.

@mneuhaus
Created March 4, 2014 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mneuhaus/9344383 to your computer and use it in GitHub Desktop.
Save mneuhaus/9344383 to your computer and use it in GitHub Desktop.
<f:security.ifAuthenticated>
<f:then>
<a>Log out...</a>
</f:then>
<f:else>
<form>
login kopiert aus der Login extension
</form>
</f:else>
</f:security.ifAuthenticated>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment