|
|
|
@ -163,6 +163,8 @@ public class EntityAnswer implements Serializable {
|
|
|
|
|
String username = UriHelper.getEmailUser(email);
|
|
|
|
|
if (username != null) {
|
|
|
|
|
int dot = username.indexOf('.');
|
|
|
|
|
if (dot < 0)
|
|
|
|
|
dot = username.indexOf('_');
|
|
|
|
|
if (dot < 0)
|
|
|
|
|
first = username;
|
|
|
|
|
else
|
|
|
|
|