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
Hi,
Just started using the tincan launcher and ran into this issue. I'm going to hack a solution but would appreciate if this feature was built in. If I code something usable, I'll post it here.
view.php
-- Put some PHP code in functions for readability.
-- If guest, display field to collect guest email and launch new instance
-- Else run user code
lib.php
-- tincanlaunch_getactor, Set values for Agent object
-- if guest: set alt email, set name to random id (UUID), account set to default for CFG and user
-- else try and get regular user
Setting the actor name as a uuid seemed ideal, as it would limit fetching someone else's data.
Needs to fail gracefully.
The text was updated successfully, but these errors were encountered: