Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phpmyadmin/phpmyadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ReverseEMF/phpmyadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 16, 2016

  1. Enhanced suggestPassword() function per issue #12370

    To address issue #12370, enhanced the suggestPassword() function and added a new function, called getRandomInt(),  to support code in the suggestPassword() function.  The suggestPassword function now generates a 16 character password that complies with strictness level 2 in the mySQL Password Validation Plugin (ver 7.2.2) default settings.  Thus, the password will include at least one uppercase char, at least one lowercase char, at least one numeric char, and at least one "special character" (i.e. one or more non-alphanumeric characters).
    This is tested and ready to go.  See function comments for further information.
    ReverseEMF authored Aug 16, 2016
    Configuration menu
    Copy the full SHA
    c847bff View commit details
    Browse the repository at this point in the history
Loading