Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update text on login page #296

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions hpcaccess/templates/pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,27 @@
Welcome to <hb>HPC Access</hb>.
</p>
<p>
This web app allows <strong>principal investigators and group leaders</strong>
This website allows users of the <strong>BIH HPC cluster</strong> to
</p>
<ul>
<li>to bring their group to the cluster and create projects for collaboration on the cluster</li>
<li>onboard their group members onto the cluster</li>
<li>manage (add/remove) users in their groups and projects</li>
<li>display information about their main work group,</li>
<li>list the projects they are a member of,</li>
<li>and see quota utilisation for all storage locations they have access to.</li>
</ul>
<p>
Additionally <strong>principal investigators and group delegates</strong> can
<ul>
<li>start a new group on the BIH HPC cluster,</li>
<li>add new group members,</li>
<li>create projects with dedicated and collaborative storage resources,</li>
<li>and make requests for additional group/project resources.</li>
</ul>
<hr />
<p>
Login with the user name and the &quot;email password&quot; of your home organization.
Please log in using your Charité or MDC account.
</p>
<p>
For example: <b>user@CHARITE</b> or <b>user@MDC-BERLIN</b>
Enter your user name as: <b>user@CHARITE</b> or <b>user@MDC-BERLIN</b>
</p>

<form class="form-signin" method="post" id="form-login">
Expand Down
Loading