Skip to content
  1. Extras
  2. AjaxFormItLogin
  3. Snippets
  4. aflActivateUser

aflActivateUser

Snippet for activating a user account. If the activation link has expired, the profile will be deleted.

This snippet does not accept any parameters.

Usage example

fenom
{set $user = '!aflActivateUser' | snippet}
{if $user}
<h2>Dear {$user.username}, your account has been successfully activated!</h2>
{/if}

On successful activation an array with all user data is returned; on failure it returns false.