Menu

#4290 ShowChgPassword not respected (again?)

4.1.7
works-for-me
None
5
2014-02-17
2014-02-16
No

An old bug seems to be back #2785

The "Change password" link should not be displayed if $cfg['ShowChgPassword'] is false.
But it is displayed no mather what the options is set .

Related

Bugs: #4290

Discussion

  • Vasu Bhardwaj

    Vasu Bhardwaj - 2014-02-16

    Should $cfg['ShowChgPassword'] directive control the display of "Change Login Information / Copy User" as well or it should only control the display of "Change password" form?

     
  • Marc Delisle

    Marc Delisle - 2014-02-16

    I cannot reproduce this problem in 4.1.7. As explained in the doc, this directive only applies to the "Change password" link on the home page.

     
    • Bas van den Dikkenberg

      I know, but change password link is still there

      That's the problem

      Van: Marc Delisle [mailto:lem9@users.sf.net]
      Verzonden: zondag 16 februari 2014 12:37
      Aan: [phpmyadmin:bugs]
      Onderwerp: [phpmyadmin:bugs] #4290 ShowChgPassword not respected (again?)

      I cannot reproduce this problem in 4.1.7. As explained in the doc, this directive only applies to the "Change password" link on the home page.


      [bugs:#4290] ShowChgPassword not respected (again?)

      Status: open
      Created: Sun Feb 16, 2014 09:57 AM UTC by Bas van den Dikkenberg
      Last Updated: Sun Feb 16, 2014 10:36 AM UTC
      Owner: nobody

      An old bug seems to be back #2785

      The "Change password" link should not be displayed if $cfg['ShowChgPassword'] is false.
      But it is displayed no mather what the options is set .


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/phpmyadmin/bugs/4290/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #4290

  • Marc Delisle

    Marc Delisle - 2014-02-16
    • status: open --> works-for-me
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2014-02-16

    Sometimes, the config.inc.php that a user thinks is active, is not, due to how distros packages them. Assuming the one you modified is the good one, please attach it here, obfuscating sensitive details.

     
    • Bas van den Dikkenberg

      Don't use distro packaged version of phpmyadmin

      Stoped using a long time a go

      Download the zip my self this morning :-D

      Van: Marc Delisle [mailto:lem9@users.sf.net]
      Verzonden: zondag 16 februari 2014 13:57
      Aan: [phpmyadmin:bugs]
      Onderwerp: [phpmyadmin:bugs] #4290 ShowChgPassword not respected (again?)

      Sometimes, the config.inc.php that a user thinks is active, is not, due to how distros packages them. Assuming the one you modified is the good one, please attach it here, obfuscating sensitive details.


      [bugs:#4290]http://sourceforge.net/p/phpmyadmin/bugs/4290/ ShowChgPassword not respected (again?)

      Status: works-for-me
      Created: Sun Feb 16, 2014 09:57 AM UTC by Bas van den Dikkenberg
      Last Updated: Sun Feb 16, 2014 11:37 AM UTC
      Owner: Marc Delisle

      An old bug seems to be back #2785

      The "Change password" link should not be displayed if $cfg['ShowChgPassword'] is false.
      But it is displayed no mather what the options is set .


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/phpmyadmin/bugs/4290/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #4290

      • Marc Delisle

        Marc Delisle - 2014-02-16

        If your file is really named confing.inc.php, that's the cause of your problem.

         
  • Marc Delisle

    Marc Delisle - 2014-02-16

    In your file I see
    $cfg['ShowChgPassword'] = 'true';

     
    • Bas van den Dikkenberg

      Was test for me doesn't matter i fit set to false result the same

      Van: Marc Delisle [mailto:lem9@users.sf.net]
      Verzonden: zondag 16 februari 2014 14:18
      Aan: [phpmyadmin:bugs]
      Onderwerp: [phpmyadmin:bugs] #4290 ShowChgPassword not respected (again?)

      In your file I see
      $cfg['ShowChgPassword'] = 'true';


      [bugs:#4290]http://sourceforge.net/p/phpmyadmin/bugs/4290/ ShowChgPassword not respected (again?)

      Status: works-for-me
      Created: Sun Feb 16, 2014 09:57 AM UTC by Bas van den Dikkenberg
      Last Updated: Sun Feb 16, 2014 12:57 PM UTC
      Owner: Marc Delisle

      An old bug seems to be back #2785

      The "Change password" link should not be displayed if $cfg['ShowChgPassword'] is false.
      But it is displayed no mather what the options is set .


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/phpmyadmin/bugs/4290/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #4290

      • Marc Delisle

        Marc Delisle - 2014-02-16

        And what is the exact name of your configuration file? Is there a typo in its name?

         
        • Bas van den Dikkenberg

          config.inc.php

          Van: Marc Delisle [mailto:lem9@users.sf.net]
          Verzonden: zondag 16 februari 2014 20:27
          Aan: [phpmyadmin:bugs]
          Onderwerp: [phpmyadmin:bugs] Re: #4290 ShowChgPassword not respected (again?)

          And what is the exact name of your configuration file? Is there a typo in its name?


          [bugs:#4290]http://sourceforge.net/p/phpmyadmin/bugs/4290/ ShowChgPassword not respected (again?)

          Status: works-for-me
          Created: Sun Feb 16, 2014 09:57 AM UTC by Bas van den Dikkenberg
          Last Updated: Sun Feb 16, 2014 01:17 PM UTC
          Owner: Marc Delisle

          An old bug seems to be back #2785

          The "Change password" link should not be displayed if $cfg['ShowChgPassword'] is false.
          But it is displayed no mather what the options is set .


          Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/phpmyadmin/bugs/4290/

          To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

           

          Related

          Bugs: #4290

  • Marc Delisle

    Marc Delisle - 2014-02-17

    Sorry, I cannot reproduce your problem.