https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30265 --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 131537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131537&action=edit Bug 30265 - Hide 'Log into your account' in OPAC authentication page If not logged in, in OPAC header there is link 'Log into your account'. Using it shows a popup with authentication form. In authentication page /cgi-bin/koha/opac-user.pl this double authentication form feels not ergonomic. It may lead to misunderstanding. We can simply hide this link in this special page. Test plan : 1) Go to OPAC not logged in 2) Go to main page => You see link 'Log into your account' 3) Go to /cgi-bin/koha/opac-user.pl => You don't see 'Log into your account' 4) Authenticate 5) You are still in /cgi-bin/koha/opac-user.pl => You see link 'Welcome, XXX' 6) Go to main page => You see link 'Welcome, XXX' -- You are receiving this mail because: You are watching all bug changes.