John Bywater wrote:
> change the admin password:
> >>> admin = r.persons['admin']
> >>> admin.setPassword('mygreatpassword')
> >>> admin.save()
>
Sorry: this step isn't part of setting the password. ;-)
> >>> myproject.members.create(admin)
>
J.