DMXzone Security Provider PHP Support Product Page
Answered
Disable Remember Me
Asked 03 Mar 2016 01:01:14
1
has this question
03 Mar 2016 01:01:14 Brad Lawryk posted:
Is it possible to disable the 'Remember Me' function of the Bootstrap Modal? I have a case where I need the user to log in overtime and would like the 'Remember Me' feature disabled in the Bootstrap Modal Login.It is an internal system that tracks when staff login so I need to disable the the 'Remember Me' so that staff can't bypass the tracking.
Replies
Replied 07 Mar 2016 09:41:15
07 Mar 2016 09:41:15 Teodor Kuduschiev replied:
Hello Brad,
You could use CSS in order to hide the checkbox:
You could use CSS in order to hide the checkbox:
.modal-body .checkbox { display: none; }