renjithsraj / twofactordjango

This Project will have the Implementation of TOTP validation with google authenticator for Django admin users. Main Aim of the project is add additional security feature for the admin users with TOTP validation
6 stars 4 forks source link

Do not enforce /account prefix for urls and make them customizable #5

Open 9mido opened 4 years ago

9mido commented 4 years ago

It would be better for security to use a custom url. How would you do that?