• I love it. I just made a few cosmetic changes to suit my taste.

    In Plugins>Edit>Semisecure Login Reimagined>login_head.inc.php

    I changed two messages:

    $message = __('<a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/">Semisecure Login</a> will encrypt your password.<br /><br />', $this->text_domain);

    To hyperlink back to the plugin page just in case a new user was concerned about the name “Semisecure”. Also gives a little credit where due. I also added the extra line break to leave a gap above the “remember me” checkbox.

    Same file, added a line break.

    $('#semisecure-message').html('<?php _e('Encrypting password & logging in...<br /><br />', $this->text_domain); ?>');

    Didn’t bother with the others. I just wanted to align the most common messages. There are a few others in the same file if you’re extra fussy.

  • The topic ‘[Plugin: Semisecure Login Reimagined] Just made a few cosmetic changes’ is closed to new replies.