Closed jorgelzpz closed 11 years ago
I found a bug, Im an admin and I created a new user. The user recieved the email with the credentials but when he tries that credential, the log in failed.
I checked the user entry at the phpldap admin and seems that the password was not stored.
When the prevous bug is fixed, merge this branch in master.
Also create a doc file with the changes that must be set in the module_userregistration.php
Can't reproduce this bug. Can you provide your current module_userregistration.php
configuration file?
After examining your configuration file, seems that the definition for the userPassword
attribute is commented, so the module doesn't know how to write it to the LDAP server.
You are right, my fault.
This PR features two new pages for admins:
Note that some configuration changes are needed, just have a look at the configuration file template.
Aside from that, it also shows a 'Resend verification email' link when someone tries to register an already created account that hasn't been verified yet.