Skip to content

Commit

Permalink
Close #181
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Lowcode SAS committed Jul 5, 2020
1 parent 36d4f9a commit 1c8c748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/openlowcode/module/system/design/SystemModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,7 @@ public SystemModule() {
StringField.INDEXTYPE_RAWINDEX));
otpcheck.addField(new TimestampField("CREATED", "Created", "Date of validation of the OTP", TimestampField.INDEXTYPE_RAWINDEXWITHSEARCH));
this.addPrivilege(new Anarchy(enterotp));
this.addPrivilege(new Anarchy(confirmotp));

this.addPrivilege(new ObjectPersonalPrivilege(usergroup.getReadActionGroup(), usergroupersonal));
this.addPrivilege(new ObjectPersonalPrivilege(launchadduser, usergroupersonal));
Expand Down

0 comments on commit 1c8c748

Please sign in to comment.