Skip to content

Commit 02fe970

Browse files
committed
SignIN - Added default account
1 parent dd172ac commit 02fe970

File tree

3 files changed

+4
-423
lines changed

3 files changed

+4
-423
lines changed

apps/templates/authentication/login.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
<div class="card card-plain mt-8">
1212
<div class="card-header pb-0 text-left bg-transparent">
1313
<h3 class="font-weight-bolder text-info text-gradient">Welcome back</h3>
14-
<p class="mb-0">Enter your email and password to sign in</p>
14+
<p class="mb-0">
15+
Default account: <strong>test / pass</strong>
16+
</p>
1517
</div>
1618
<div class="card-body">
19+
1720
{% if is_github %}
1821
<div class="text-center">
1922
<a class="btn btn-outline-light" href="{{ url_for('github.login') }}">

media/api-books-docker.postman_collection

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)