This project is not covered by Drupal’s security advisory policy.

This module is helpful for the persons want to change login url for security purpose.

If You want to create a link on your website just call get_sec_login_path_html() function after module installation or copy and paste below code.

if(function_exists("get_sec_login_path_html")){ echo get_sec_login_path_html();} 

and it will create a link with label "Login" in your HTML.
If you want to change the label must pass it as a STRING in function argument.
Example:

if(function_exists("get_sec_login_path_html")){ echo get_sec_login_path_html("YOUR_LABEL");} 
Supporting organizations: 

Project information

  • Created by atuliet05 on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases