Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • islandview Friend
    #139545

    How does Opal deal with ‘Remember Me’ on log-in?

    Am I right in assuming it just doesn’t permit that option?

    Can it – or is it safe to take a ja-login module from another template which does (assuming there is one – I haven’t looked)

    I ask because my users value the option to ‘remember me’ when using their own PC’s……

    Thanks!

    Anonymous Moderator
    #298154

    Hi,

    For this case, please open templatesja_opalhtmlmod_logindefault.php file, at about line 30, find following code:


    <label for="mod_login_remember">
    <input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
    </label>

    and change to:

    <label for="mod_login_remember">
    <input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
    </label>

    islandview Friend
    #298174

    Perfect. Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  islandview 15 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum