Changes to allow highlighting of current tab on user pages.
[koha.git] / opac / opac-passwd.pl
index 860f62a..465dd00 100755 (executable)
@@ -99,6 +99,7 @@ else {
 $template->param(firstname => $borr->{'firstname'},
                                                        surname => $borr->{'surname'},
                                                        minpasslen => $minpasslen,
+                                                       passwdview => 1,
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;