Enable MindmapController rests.

This commit is contained in:
Paulo Gustavo Veiga
2014-01-25 03:13:51 -03:00
parent 686e011f9b
commit 5e62eb3279
7 changed files with 119 additions and 104 deletions

View File

@@ -120,7 +120,8 @@ public class User
}
public char getAutheticationTypeCode() {
return this.authenticationType != null ? this.authenticationType.getCode() : null;
// Default authentication is database ....
return this.authenticationType != null ? this.authenticationType.getCode() : AuthenticationType.DATABASE.getCode();
}
public void setAutheticationTypeCode(char code) {