pwm-project / pwm

pwm
Other
901 stars 251 forks source link

Issue with new user registration on AD #307

Open tcastelle opened 6 years ago

tcastelle commented 6 years ago

Hello,

With the 1.8.0 build of 2018-03-16, when we use the New User Registration, a form is displayed to the user asking for email, first name and last name. A new password is also asked to the user.

Then a Token validation is correctly sent to the user by mail.

After the token verification, the account is correctly created on the Microsoft Active Directory with a random GUID and the correct password, but the problem is that the different form fields are not used : the user account does not have anything in the "mail", "First Name" or "Last Name" AD fields...

And PWM does not even send the account creation confirmation mail.

The only error we can see is this one :

2018-03-19T17:53:22Z, ERROR, email.EmailService, no destination address available for email, skipping; email: from: Support Portal noreply@@SiteHost@, to: @User:Email@, subject: Welcome on the Support Portal.

Can you help us please ?

Regards,

Thomas

neb382 commented 6 years ago

Hi Thomas, i have tested latest build from yesterday and new user registration in AD works fine. I am sure this was not the case days before.

Regards

tcastelle commented 6 years ago

Indeed, now it works ! Thanks,

Thomas