Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tooltip to changepassword #20

Merged
merged 1 commit into from
Mar 19, 2016

Commits on Mar 19, 2016

  1. Added tooltip to changepassword

    Fixed "ok" message when changing passwords.
    
    Somethings that still needs to be looked at
    
    1. can i read the friendly_name of the array with read_config_option? I want to read it from the array instead of typing it:
    
                        "Require Mix Case: " .read_config_option('secpass_reqmixcase') . "<br>" .
    
    2. Because this function it still forces you to use a new password even to secpass_history default is set to 0. Change secpass_history default to 1 and remove it?
    
        if ($user['password'] == md5(get_nfilter_request_var('password'))) {
            $bad_password = true;
            $errorMessage = "<span color='#FF0000'>Your new password can not be the same as the old password.  Please try again.</span>";
        }
    
    3. I had to add font-awesome since it wasn't referenced anywhere in themes. Better way to do it?
    
    Any input is welcome!
    micke2k committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    0fe822a View commit details
    Browse the repository at this point in the history