Bugzilla – Attachment 158412 Details for
Bug 34188
Require library selection when logging in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34188: (QA follow-up) Add standard validation to login form
Bug-34188-QA-follow-up-Add-standard-validation-to-.patch (text/plain), 1.29 KB, created by
Katrin Fischer
on 2023-11-04 23:55:43 UTC
(
hide
)
Description:
Bug 34188: (QA follow-up) Add standard validation to login form
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 23:55:43 UTC
Size:
1.29 KB
patch
obsolete
>From 9484eea5b32dfe0af416d7505a182182ffa54760 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 4 Nov 2023 23:53:30 +0000 >Subject: [PATCH] Bug 34188: (QA follow-up) Add standard validation to login > form > >This changes how the required appears. Now it will display 'our' >text for requires fields instead of using the browser default. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 6688888049..d21c48865e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -102,7 +102,7 @@ > <p>If you do not have an external account, but do have a local account, you can still log in: </p> > [% END # /IF identity_providers.size %] > >- <form action="[% script_name | html %]" method="post" name="loginform" id="loginform"> >+ <form action="[% script_name | html %]" method="post" name="loginform" id="loginform" class="validated"> > <input type="hidden" name="koha_login_context" value="intranet" /> > [% FOREACH INPUT IN INPUTS %] > <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34188
:
153337
|
153338
|
153348
|
153563
|
153605
|
157285
|
158408
|
158409
|
158410
|
158411
| 158412