Search code examples
pylonswsgiauthkit

Customize login page template for Authkit with Pylons?


I'm new to both Pylons and AuthKit. I have basic authentication via AuthKit working in my application, but I don't know how to customize the template for the login page. The one included with AuthKit is very generic.

I found Pylons: Mako Templates in AuthKit, but I thought there might be a more up-to-date solution.


Solution

  • Pylons Book has chapters on authorization with AuthKit, among other things it talks about customizing your signin and signout pages.