I'm sure the new permissions design will be great. Pharo moves on. I'll
rewrite my start up script not to use UserManager. It's not a big deal.
--
View this message in context:
http://forum.world.st/UserManager-class-missing-in-Pharo-5-tp4891617p4891724.html
Sent from the Pharo Smalltalk Users
We removed it because it was a plague.
The design was totally wrong a huge global variable with everybody
refering to it.
This was exactly the same bad design as the one of the Preferences
singleton facade that we replaced
by the great Settings design.
Did you read the chapter on Settings? Do
The UserManager class has disappeared in Pharo 5.
I was using it as a convenient way to restrict what a user can do with a
delivered application:
UserManager currentUser permissions isRoot: false.
Is the class gone for good? Is there a equivalent in Pharo 5?
--
View this message in context: