You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people have more than one myRobogals account. This is especially common in Global or amongst Regional Directors, as those people also have an account in their home chapter, and the school visits are attached to the latter account.
Profile aliases would allow these accounts to be linked, so that when viewing their master account, all the school visits from the other accounts can be seen.
Add a new attribute User.aliases, a many-to-many relationship to User.
Example:
In the Admin Panel I can open the user "marita", and select "marita2" and "speaking" as aliases.
Some people have more than one myRobogals account. This is especially common in Global or amongst Regional Directors, as those people also have an account in their home chapter, and the school visits are attached to the latter account.
For example, Marita has three accounts:
https://my.robogals.org/profile/marita/
https://my.robogals.org/profile/marita2/
https://my.robogals.org/profile/speaking/
Profile aliases would allow these accounts to be linked, so that when viewing their master account, all the school visits from the other accounts can be seen.
Add a new attribute User.aliases, a many-to-many relationship to User.
Example:
Because this will only be used by superusers, having it settable in the Admin Panel is sufficient - you don't need to make a form for it.
The text was updated successfully, but these errors were encountered: