+ ${ currentUser.firstName } ${ currentUser.lastName } (
You currently follow 4 conferences
You have the following rights : Author, Chairman, PC Member
Change my profile
diff --git a/YACOSWeb/WebContent/WEB-INF/users.properties b/YACOSWeb/WebContent/WEB-INF/users.properties deleted file mode 100644 index cfe19b6..0000000 --- a/YACOSWeb/WebContent/WEB-INF/users.properties +++ /dev/null @@ -1,3 +0,0 @@ -maxime=maxime,ROLE_AUTHOR,ROLE_PCMEMBER,ROLE_CHAIRMAN,ROLE_REFEREE -fred=fred,ROLE_MEMBER -jialin=jialin,ROLE_ADMIN \ No newline at end of file diff --git a/YACOSWeb/src/org/yacos/auth/UserDetails.java b/YACOSWeb/src/org/yacos/auth/UserDetails.java index 103f708..babbf74 100644 --- a/YACOSWeb/src/org/yacos/auth/UserDetails.java +++ b/YACOSWeb/src/org/yacos/auth/UserDetails.java @@ -1,6 +1,5 @@ package org.yacos.auth; -import java.util.ArrayList; import java.util.List; import org.acegisecurity.GrantedAuthority; import org.acegisecurity.GrantedAuthorityImpl; @@ -57,7 +56,7 @@ public class UserDetails implements org.acegisecurity.userdetails.UserDetails { } for(int i=0;i