I implemented (with a few edits for latest Grok version) my own PAU as a LocalUtility according to the end of Chapter 7 in the Grok web dev book. I&#39;d like to base my app model around the user Account object detailed here, which is stored in the UserFolder container object that itself is an attribute of my authenticator plugin LocalUtility. But looking for these objects in the ZODB I cannot find it under my toplevel App object. I can see the &#39;grokcore.site.directive.local_utility&#39; attribute and from this can get a grokcore.site.directive.LocalUtilityInfo object which gives some properties of the authenticator plugin that I want to access but not the underlying model.<div>
<br></div><div>How should I access my authenticator plugin and it&#39;s UserFolder attribute from my bin/python-console prompt?</div><div><br></div><div>thanks</div><div>Matt</div>