OpenMOOC / userregistration

Module for user registration in SimpleSAMLphp
Other
8 stars 6 forks source link

Add basic user management for administrators #1

Closed jorgelzpz closed 11 years ago

jorgelzpz commented 11 years ago

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.

pitbulk commented 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.

pitbulk commented 11 years ago

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

jorgelzpz commented 11 years ago

Can't reproduce this bug. Can you provide your current module_userregistration.php configuration file?

jorgelzpz commented 11 years ago

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.

pitbulk commented 11 years ago

You are right, my fault.