For M7, we have to finally introduce the admin class. We can do it by subclassing Member in our current architecture, but in the long run we'll be much better served by making Member abstract. This requires solving a couple of implementation issues in the Login and Registration systems (edit: see issue #2)
For M7, we have to finally introduce the admin class. We can do it by subclassing Member in our current architecture, but in the long run we'll be much better served by making Member abstract. This requires solving a couple of implementation issues in the Login and Registration systems (edit: see issue #2)