mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Clean up code
This commit is contained in:
parent
1eab15f8f3
commit
fad7442ffc
@ -125,9 +125,8 @@ public class UserManagerImpl
|
||||
template.delete(collaborator);
|
||||
|
||||
// Save all new...
|
||||
user.setPassword(passwordEncoder.encode(user.getPassword()));
|
||||
template.save(user);
|
||||
newCollabs.forEach(c -> template.save(c));
|
||||
this.createUser(user);
|
||||
newCollabs.forEach(c -> template.saveOrUpdate(c));
|
||||
|
||||
return user;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user