Jump to content

Needing to remove or change text in Alert-Info for "Tips for good password"


novalokhd

Recommended Posts

Tips for a good password

Use both upper and lowercase characters

Include at least one symbol (# $ ! % & etc...)

Don't use dictionary words

 

 

This box that pops up on registration and also on the change password screen. I need to either remove this box or if possible change the text in this box. Any suggestions?

Link to comment
Share on other sites

in whmcs/lang/yourlang.php , you will see a phrase 'passwordtips'

DON'T edit that file, but copy that file into whmcs/lang/overrides/yourlang.php . It should be something like

<?php
$_LANG['passwordtips'] = "<strong>Tips for a good password</strong><br />Use both upper and lowercase characters<br />Include at least one symbol (# $ ! % & etc...)<br />Don't use dictionary words";
?>

 

Of course this needs to be saved as the language name of your choice.

Link to comment
Share on other sites

Tips for a good password

Use both upper and lowercase characters

Include at least one symbol (# $ ! % & etc...)

Don't use dictionary words

 

 

This box that pops up on registration and also on the change password screen. I need to either remove this box or if possible change the text in this box. Any suggestions?

use Language Overrides functionality, the lang variable you need to edit is:

 

$_LANG['passwordtips'] = "<strong>Tips for a good password</strong><br />Use both upper and lowercase characters<br />Include at least one symbol (# $ ! % & etc...)<br />Don't use dictionary words";

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated