jazzband / django-two-factor-auth

Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
MIT License
1.71k stars 448 forks source link

Change login page to a variable setting #637

Open rgcarrasqueira opened 1 year ago

rgcarrasqueira commented 1 year ago

the user wish to custom urls for two_factor and I think doing in this way could be more flexible

Description

creating a variable to receive the default condition, and If customized it at settings receive my new values

Motivation and Context

We cannot have hard code situations in a plugin