mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 18:00:12 +02:00
allow users without mail address
This commit is contained in:
@@ -73,6 +73,18 @@ public class User
|
||||
*/
|
||||
public User() {}
|
||||
|
||||
/**
|
||||
* Constructs ...
|
||||
*
|
||||
*
|
||||
* @param name
|
||||
*/
|
||||
public User(String name)
|
||||
{
|
||||
this.name = name;
|
||||
this.displayName = name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs ...
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user