Perhaps the code in PRKernel>>adminUser might help


On 27 July 2010 21:21, Lawson English <lenglish5@cox.net> wrote:
How do I recover the admin's password?

I tried adding a user but couldn't make it a superuser.

k := PRKernel allInstances.
myKernel := k at:1

u := (PUUser named: 'newName') password: 'newPassword'.

(myKernel propertyAt: #users) add: u.

u addGroup: adminGroup.     "error"
u superuser: true. "this doesn't work"


Thanks.


Lawson
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki