Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
New default UID 899.
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Olofsson authored and Per Olofsson committed Oct 8, 2014
1 parent 28a83c1 commit 1c4fcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateUserPkg/CUPDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ - (void)windowControllerDidLoadNib:(NSWindowController *)aController
// Initialize form with default values.
CUPUIDFormatter *uidFormatter = [[CUPUIDFormatter alloc] init];
[self.userID setFormatter:uidFormatter];
[self.userID setStringValue:@"499"];
[self.userID setStringValue:@"899"];
CUPUserNameFormatter *userNameFormatter = [[CUPUserNameFormatter alloc] init];
[self.accountName setFormatter:userNameFormatter];
CUPUUIDFormatter *uuidFormatter = [[CUPUUIDFormatter alloc] init];
Expand Down

0 comments on commit 1c4fcee

Please sign in to comment.