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
{{ message }}
This repository was archived by the owner on May 9, 2022. It is now read-only.
@@ -311,6 +311,10 @@ <h2 class='subheader'>Editing another user's Isaac account.</h2>
311
311
</div>
312
312
</div>
313
313
</div>
314
+
<divng-if="!user.hasSegueAccount">
315
+
<p>You do not currently have a password set for this account; you sign in using <spanng-repeat="account in user.linkedAccounts"><spanng-if="$middle">, </span><spanng-if="user.linkedAccounts.length > 1 && $last"> or </span>{{account | capitalize}}</span>.</p>
316
+
<p>Please <aui-sref="contact({subject: 'Account Password'})">contact us</a> if you would like to add password access to your account.</p>
0 commit comments