Skip to content
Snippets Groups Projects

Draft: F acm permissions2

Closed Timm Fitschen requested to merge f-acm-permissions2 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -78,7 +78,7 @@ public class UpdateUserTransaction extends AccessControlTransaction {
+ this.user.realm
+ "' cannot be updated. Only the users from the realm '"
+ UserSources.getInternalRealm().getName()
+ "' can change their passwords from withing caosdb.");
+ "' can change their passwords from within caosdb.");
}
SecurityUtils.getSubject()
Loading