Public bug reported:

1) Description: Ubuntu 14.04.1 LTS
Release: 14.04

2) phpldapadmin: 1.2.2-5ubuntu1.1


3) When creating a new user entry within phpldapadmin I expected to see the 
Password field with two input boxes to enter the new users password.

4) When creating a new user entry using phpldapadmin the two password
fields did not display.  Instead there was another phpldapadmin page
where the password fields should have been.


After doing some searching it appears the error is caused by line 2469  of 
/usr/share/phpldapadmin/lib/TemplateRender.php.  Looking at previous patches to 
phpldapadmin it looks like all instances of 'password_hash' where replaced with 
'password_hash_custom'.  The instance of 'password_hash' within 
TemplateRender.php was missed.  If a user changes this to 
'password_hash_custom' the password fields within phpldapadmin display 
correctly.

** Affects: phpldapadmin (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1361811

Title:
  Password field when creating new user entry displays incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpldapadmin/+bug/1361811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to