otsuarez / mkdocs_auth

adding basic authentication to mkdocs site
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

login fail treatment #4

Closed WilliamCunhaCardoso closed 5 years ago

WilliamCunhaCardoso commented 5 years ago

If I incorrectly insert my credentials, I am not able to login again.

Have you treated this error?

otsuarez commented 5 years ago

The project uses just standard http basic authentication. How to clean that data depends on the browser. I just open an incognito windows when developing, if I need to reset that info, I'll just close it and open a new one (make sure not to have any other incognito windows open, just closed them all and open a new one).