Skip to content

Commit

Permalink
Tweaks per discussion with PO.
Browse files Browse the repository at this point in the history
  • Loading branch information
fightingtexasaggie committed Jan 23, 2025
1 parent becfc6d commit 35615bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions templates/Security/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
{% endif %}

<div class="flex items-center justify-center mt-8">
<div class="py-4">
<div class="min-w-80">
<div class="sm:mx-auto sm:w-full sm:max-w-sm">
<img class="mx-auto h-10 w-auto" src="{{ asset('build/images/user-profile-pic.png') }}" alt="generic profile image of user" >
<h2 class="mt-2 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">GRIIDC Sign-In</h2>
<h2 class="mt-2 text-center text-2xl font-bold leading-9 text-gray-900">GRIIDC Sign-In</h2>
</div>

<div class="mt-4 sm:mx-auto sm:w-full sm:max-w-sm">
Expand All @@ -32,7 +32,7 @@
<div class="flex items-center justify-between pb-2">
<label for="username" class="block text-sm font-medium leading-6 text-gray-900">Username</label>
<div class="text-sm">
<a tabindex="-1" href="/account/forgot-username" class="font-semibold text-blue-600 hover:text-indigo-600">Forgot Username?</a>
<a tabindex="-1" href="/account/forgot-username" class="font-semibold text-blue-600 hover:text-indigo-600" target="_BLANK">Forgot Username?</a>
</div>
</div>
<div>
Expand All @@ -44,29 +44,29 @@
<div class="flex items-center justify-between py-2">
<label for="password" class="block text-sm font-medium leading-1 text-gray-900">Password</label>
<div class="text-sm">
<a tabindex="-1" href="/password" class="font-semibold text-blue-600 hover:text-indigo-600">Reset Password</a>
<a tabindex="-1" href="/password" class="font-semibold text-blue-600 hover:text-indigo-600" target="_BLANK">Reset Password</a>
</div>
</div>
<div>
{{ form_widget(form._password, {"attr": {"class": "block p-3 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus-within:border-gray-300 focus:ring-0"}}) }}
</div>
</div>
<div class="pt-4 pb-4">
<button type="submit" class="flex w-full justify-center button button-regular text-sm font-medium text-center text-white inline-block">Sign in</button>
<div class="pt-6 pb-2">
<button type="submit" class="flex w-full justify-center button text-lg font-medium text-center text-white bg-blue-600 hover:bg-blue-700 rounded-md">Sign in</button>
</div>
</form>
</div>
</div>
</div>
<div class="text-sm sm:mx-auto sm:w-full sm:max-w-sm">
<p>You are accessing a Texas A&amp;M University-Corpus Christi information system.</p>
<ul class="list-disc pl-5 text-sm">
<p class="text-center">You are accessing a Texas A&amp;M University-Corpus Christi information system.</p>
<ul class="list-disc pl-10 text-sm">
<li>Unauthorized use is prohibited.</li>
<li>Usage may be subject to security testing and monitoring.</li>
<li>Misuse is subject to criminal prosecution.</li>
<li>Users have no expectation of privacy except as otherwise provided by applicable privacy laws.</li>
<li>By logging in, you are agreeing to the rules and conditions set forth by the
<a href="https://www.tamucc.edu/governance/rules-procedures/assets/support-docs/it-acceptable-use.pdf" target="_BLANK">Texas A&amp;M University-Corpus Christi Acceptable Use Policy</li>
<a href="https://www.tamucc.edu/governance/rules-procedures/assets/support-docs/it-acceptable-use.pdf" target="_BLANK">Texas A&amp;M University-Corpus Christi Acceptable Use Policy.</a></li>
</ul>
</div>

Expand Down

0 comments on commit 35615bd

Please sign in to comment.