Bugzilla – Attachment 156514 Details for
Bug 30700
Patrons who can log into staff interface should be able to change their own password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30700: (follow-up) Redirect to patron page after changing password
Bug-30700-follow-up-Redirect-to-patron-page-after-.patch (text/plain), 1.38 KB, created by
Victor Grousset/tuxayo
on 2023-10-04 05:16:13 UTC
(
hide
)
Description:
Bug 30700: (follow-up) Redirect to patron page after changing password
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-10-04 05:16:13 UTC
Size:
1.38 KB
patch
obsolete
>From 49580244b174b9fff6ed37ad769a78e327daaf1f Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 10 Jul 2023 04:09:21 +0000 >Subject: [PATCH] Bug 30700: (follow-up) Redirect to patron page after changing > password > >This patch ensures the logged in user is redirected to the patron detail page after successfully changing another patron's password (rather than the homepage). > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/members/member-password.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >index 92020ee74b..57281015d7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >@@ -54,7 +54,7 @@ > > <form method="post" id="changepasswordf" action="/cgi-bin/koha/members/member-password.pl"> > <input type="hidden" name="destination" value="[% destination | html %]" /> >-<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" /> >+<input type="hidden" name="member" id="member" value="[% patron.borrowernumber | html %]" /> > [% IF ( errormsg ) %] > <div class="dialog alert"> > <h4>The following errors have occurred:</h4> >-- >2.42.0
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 30700
:
134669
|
134772
|
135087
|
135173
|
135174
|
135176
|
153248
|
153249
|
153250
|
153290
|
153291
|
153292
|
156512
|
156513
|
156514
|
156515
|
156516