Create Temporary Account

  1. Go to backend area.

  2. Open Login module and click on Generate temporary account button.

    ../../_images/temp_account-step-1.png
  3. Copy the generated link.

    ../../_images/temp_account-step-2.png

    When link clicked, user gets logged in and redirected to afterLoginPage.

    Tip

    You can change the lifetime of temporary accounts by changing

    :ts:`plugin.tx_flogin.settings.oneTimeAccount.lifetimeInMinutes = 60`

    By default it’s 1 hour.

    Tip

    Also you can set default user groups that will be assigned after creation

    :ts:`plugin.tx_flogin.settings.oneTimeAccount.properties.usergroup = 1,2,3`

    By default no groups will be assigned.

  4. Pass the link to the end user…

    By clicking the link, user gets logged in. Account will automatically disabled when lifetime has passed (1 hour).

    You can check if user opened the link by checking Login module.

    ../../_images/temp_account-step-3.png

    Tip

    All temporary accounts have same password as username.

    That means, there’s a possibility to reauthenticate again using simple login form.