trim logins, change second secretary and add person mailto field
This commit is contained in:
@@ -32,7 +32,7 @@ public class ProfileBean implements Serializable {
|
||||
}
|
||||
|
||||
public String getUsername() {
|
||||
return username;
|
||||
return username == null ? null : username.trim();
|
||||
}
|
||||
|
||||
public void setUsername(String username) {
|
||||
|
||||
Reference in New Issue
Block a user