Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:windows server 2008 php5 mysql phpbb 3.0.7
-
RiskProbability:1
-
RiskConsequence:1
Description
Description.
When a new user signs into the forum for the first time, the email address generated does not include any punctuation. The following user, for example:
| username | |
| user.name | user.name@domain.com |
Repro steps.
When signing in, the resulting user account is just "user" not "user.name@domain.com".
Expected results.
I would like to see the sql table be populated with "user.name@domain.com".
Possible (bad) code
Perhaps the function call for setting user_email in the $user_row array is not setting return parameters?
line 154
'user_email' => $resp->out->attributes->SOAPAttribute[0]->values->string,
It would be great to fix this. I am currently using crowd to authenticate jira and confluence right now so I don't think it's a problem with the crowd server.

Sorry for the bad formatting on the { code } macro.