remove login form
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 11 Sep 2019 11:17:35 +0000 (13:17 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 11 Sep 2019 11:17:58 +0000 (13:17 +0200)
opac/htdocs/opac-tmpl/bootstrap/en/includes/masthead.inc
opac/htdocs/opac-tmpl/bootstrap/en/modules/opac-main.tt

index 184a605..3926af6 100644 (file)
@@ -96,7 +96,9 @@
                                         [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
                                             <li><a class="login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li>
                                         [% ELSE %]
+                                        <!--
                                             <li><a href="/cgi-bin/koha/opac-user.pl" class="login-link loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li>
+                                        -->
                                         [% END %]
                                     [% END %]
                                     [% IF ( loggedinusername ) %]
index 0150881..83dd793 100644 (file)
                                 <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth" autocomplete="off">
                                     <input type="hidden" name="koha_login_context" value="opac" />
                                     <fieldset class="brief">
+                                        <!--
                                         <legend>Log in to your account:</legend>
                                         <label for="userid">Login:</label><input type="text" id="userid" name="userid" />
                                         <label for="password">Password:</label><input type="password" id="password" name="password" />
                                         <fieldset class="action">
                                             <input type="submit" value="Log in" class="btn" />
                                         </fieldset>
+                                        -->
                                         [% IF Koha.Preference( 'OpacLoginInstructions' ) %]
                                             <div id="nologininstructions-main" class="nologininstructions">
                                                 [% Koha.Preference( 'OpacLoginInstructions' ) | $raw %]