1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-20 13:11:41 +00:00

Users administration (client)

This commit is contained in:
jendib
2013-08-09 00:21:11 +02:00
parent 990884137b
commit c48eb7a0fe
14 changed files with 153 additions and 32 deletions

View File

@@ -39,5 +39,5 @@ public class Constants {
/**
* Default generic user role.
*/
public static final String DEFAULT_USER_ROLE = "admin";
public static final String DEFAULT_USER_ROLE = "user";
}