Hello,
is it possible to disable the remember me box at login?
I want my visitors everytime they login type their password.
gr.
Hans
OPEN
login.php
FIND (line 101)
<input name="remember_me" type="checkbox" class="checkbox" value="1" tabindex="3" />
CHANGE TO
<input name="remember_me" type="checkbox" class="checkbox" value="1" tabindex="3" disabled="disabled" />
SAVE AND CLOSE
That's not what the 'remember me' box does. Remembering passwords is a feature of the browser not of Coppermine.
hello,
I deleted the line:
<input name="remember_me" type="checkbox" class="checkbox" value="1" tabindex="3" />
Issue solved then?
problem solved,
thanks