* Merge pull request 26 from jnoring/optionally-hide-login
Optionally hide the login boxes on the admin page ([`76cde44`](https://github.com/megalus/django-google-sso/commit/76cde44d0cfaf8c10badc95063412d543a8bcff3))
* Optionally hide the login boxes on the admin page
For my site, I want to manage access to google admin _only_ through
SSO; I don't even want to expose the login boxes to anyone navigating
to the admin site. Add an optional setting to hide the standard
login (defaults to "show" for backwards compatibility) ([`734bf45`](https://github.com/megalus/django-google-sso/commit/734bf45d517c1f490ca8d357a2d5799f520921dd))