Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 542 Bytes

File metadata and controls

34 lines (23 loc) · 542 Bytes

Chapter 2. Configuration

User class

Fully Qualified Domain Name (FQDN) of the user class.
Can be an interface, model or entity/document class.

harmony_user:
    user_class: Symfony\Component\Security\Core\User\UserInterface

Password reset

Email from

Sender of the password reset requests.

harmony_user:
    password_reset:
        email_from: john.doe@gmail.com

Token TTL

TTL of a password reset request (seconds).

harmony_user:
    password_reset:
        token_ttl: 7200