-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathAccount.xml
More file actions
42 lines (36 loc) · 1.76 KB
/
Account.xml
File metadata and controls
42 lines (36 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<vcelldoc>
<page title="Account">
<introduction>
The <bold>Account</bold> menu bar option allows the user to change the login status the current user of VCell, and to manage account settings using the VCell Auth0 app.
</introduction>
<appearance>
<imgReference target = "AccountMenu.png"/>
</appearance>
<operations>
<list>
<item>
<bold>Login</bold> directs the user to the <link target = "Auth0ProfilePage">VCell Auth0 Profile page</link> to login to VCell if they are not currently logged in.
</item>
<item>
<bold>Login as Guest</bold> allows user to login as a "guest" if they are not logged in already. Guest login can only access public models and cannot be used to save a model to the database.
</item>
<item>
<bold>Logout</bold> allows user to logout if they are logged in. The user will be directed to the VCell Auth0 site to complete the logout. Once logged out the user can only use VCell in an offline mode, with no connection to the VCell database or servers.
</item>
<item>
<link target = "Auth0ProfilePage">Manage User</link> - takes the user to their Auth0 profile web page to manage VCell credentials.
</item>
<item>
<link target = "SetProxy">Set Proxy...</link> - allows the user to set a Proxy if local policy prevents direct connection to the VCell server.
</item>
<item>
<bold>Reconnect (Refresh)</bold> - allows user to reconnect to the server. The status bar displays the connecting status.
</item>
<item>
<link target = "ViewSimStatus">View Simulation Jobs</link> provides a way to view and currently running, stopped or failed simulation jobs and to stop any jobs currently running.
</item>
</list>
</operations>
</page>
</vcelldoc>