https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32203 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 143888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143888&action=edit Bug 32203: Add render_auth_page() function This change adds a "render_auth_page()" function to C4::Auth for rendering the login page for a failed auth/login. Test plan: 0. Don't apply patch yet 1. In new tab, go to http://localhost:8081/ and do a failed login 2. In new tab, go to http://localhost:8080/ and do a failed login 3. Apply patch 4. In new tab, go to http://localhost:8081/ and do a failed login 5. In new tab, go to http://localhost:8080/ and do a failed login 6. Note how the failed login screens look the same after the patch -- You are receiving this mail because: You are watching all bug changes.