Closed fisx closed 7 years ago
orphans are users who have no roles. since some users only have, say, a student role that depends on a school class, deleting that class will create an orphan.
two options:
the latter is NTH.
btw will this make an acid-state migration necessary? if not i would like to deploy this once together with #1001 soon when it's done.
@rittermo i updated the description to say that we do not support recovering of deleted ideas. do you remember if we have agreed on that yet? if not we should get it confirmed. thanks! (-:
@rittermo (added another point).
Fixed in #1011.
approach 1:
approach 2:
Global rename of the string directly, like with
userLogin. This way there is no need for
AUID. Drawback: Need to find
IdeaSpace` by hand; old URL does not work any more.CAVEATS:
Violation of hard assumptions: (1) user always has an idea space; (2) names for idea spaces will never change. if student ends up without idea space, she will often have zero roles left. admin can change that on request.