Maybe someone already caught this, but a clean AIDA 5.6 install on Squeak has:
WebSecurityManagerApp>>actionAddUser
self group ~= '' ifTrue: [self observee addGroup: self group].
self newView: #groups.
Which should be changed to:
WebSecurityManagerApp>>actionAddUser
self usr ~= '' ifTrue: [self observee addUser: self usr].
self newView: #users.
Rob Rothwell
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida