added security checks

This commit is contained in:
Athou
2013-03-28 17:07:37 +01:00
parent 938ab3c26d
commit b4d4015f4b
12 changed files with 167 additions and 31 deletions

View File

@@ -1,6 +0,0 @@
package com.commafeed.frontend.pages.auth;
public class Role {
public static final String USER = "user";
public static final String ADMIN = "admin";
}