mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
list more infos in admin panel
This commit is contained in:
@@ -130,6 +130,8 @@ public class AdminREST extends AbstractResourceREST {
|
||||
userModel.setName(user.getName());
|
||||
userModel.setEmail(user.getEmail());
|
||||
userModel.setEnabled(!user.isDisabled());
|
||||
userModel.setCreated(user.getCreated());
|
||||
userModel.setLastLogin(user.getLastLogin());
|
||||
users.put(key, userModel);
|
||||
}
|
||||
if (role.getRole() == Role.ADMIN) {
|
||||
|
||||
Reference in New Issue
Block a user