This commit is contained in:
parent
5c603cd46f
commit
ecb8d9bda7
@ -65,7 +65,7 @@ class mailcowUser extends AbstractUserAdapter {
|
|||||||
MultivaluedHashMap<String, String> attributes = new MultivaluedHashMap<>();
|
MultivaluedHashMap<String, String> attributes = new MultivaluedHashMap<>();
|
||||||
attributes.add(UserModel.USERNAME, getUsername());
|
attributes.add(UserModel.USERNAME, getUsername());
|
||||||
attributes.add(UserModel.EMAIL, getEmail());
|
attributes.add(UserModel.EMAIL, getEmail());
|
||||||
attributes.add(UserModel.EMAIL_VERIFIED, "true");
|
attributes.add(UserModel.EMAIL_VERIFIED, Boolean.toString(true));
|
||||||
attributes.add(UserModel.FIRST_NAME, getFirstName());
|
attributes.add(UserModel.FIRST_NAME, getFirstName());
|
||||||
attributes.add(UserModel.LAST_NAME, getLastName());
|
attributes.add(UserModel.LAST_NAME, getLastName());
|
||||||
attributes.add("domain", getDomain());
|
attributes.add("domain", getDomain());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user