User creation fails if no #Published in DataCurator's SymbolList
The code that sets up the account for a new user expects to find the SymbolDictionary
#Published in DataCurator's SymbolList.
If you remove the #Published SymbolDictionary from DataCurator's SymbolList,
new user creation will result in an error.
Workaround:
Restore the Published SymbolDictionary to DataCurator's SymbolList.