{{ game_name }}
You can play, directly, by visiting this link in a suitable browser.
-{% for l in token_lines %}
-{{ l }}
+{%- for l in token_lines %}
+ {{ l }}
{%- endfor %}
They have set for you the nickname, within the game, of
-From: Otter game server on behalf of <{{ unix_user }}}>
+From: Otter game server on behalf of <{{ unix_user }}>
To: {{ player_email }}
Subject: Game access link {{ game_name }}
on this Otter server.
You can play, directly, by visiting this link in a suitable browser.
-{% for l in token_lines %}
-{{ l }}
+{%- for l in token_lines %}
+ {{ l }}
{%- endfor %}
I have set for you the nickname, within the game, of
p: PermSet<TablePermission>)
-> Authorisation<InstanceName>
{
+ if let Some(superuser) = cs.superuser {
+ return superuser.into();
+ }
+
let current_account = cs.current_account()?;
let (_subject_record, subject_acctid) =
ag.lookup(¤t_account.notional_account)?;