Settings

Mail Auth settings

LOGIN_URL_TIMEOUT

Default: 900

Defines how long a login code is valid in seconds.

LOGIN_REQUESTED_URL

Default: accounts/login/success

Defines the URL the user will be redirected to, after requesting an authentication message.

LOGIN_TOKEN_SINGLE_USE

Default: True

Defines if a token can be used more than once. If True, the same token can only be used once and will be invalid the next try. If False, the same token can be used multiple times and remains valid until expired.