mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
fix bug with enabled anonymous access
This commit is contained in:
@@ -370,6 +370,7 @@ public class XmlUserManager extends AbstractUserManager
|
||||
{
|
||||
User user = (User) unmarshaller.unmarshal(input);
|
||||
|
||||
user.setCreationDate(System.currentTimeMillis());
|
||||
userDB.add(user);
|
||||
storeDB();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user