Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sizakat Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sistem Informasi Zakat
Sizakat 5.0 (Refactoring)
Sizakat Backend
Merge requests
!19
PbI 23 Login Pengguna: Task Graphql Auth
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
PbI 23 Login Pengguna: Task Graphql Auth
PBI-23-TASK_graphql_auth
into
PBI-23-login_pengguna
Overview
1
Commits
2
Pipelines
2
Changes
13
Closed
Mohammad Adli Daffa
requested to merge
PBI-23-TASK_graphql_auth
into
PBI-23-login_pengguna
4 years ago
Overview
1
Commits
2
Pipelines
2
Changes
13
Expand
0
0
Merge request reports
Compare
PBI-23-login_pengguna
version 1
9890c053
4 years ago
PBI-23-login_pengguna (base)
and
latest version
latest version
1ac8cb90
2 commits,
4 years ago
version 1
9890c053
1 commit,
4 years ago
13 files
+
104
−
243
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
sizakat/account/templates/login.html deleted
100644 → 0
+
0
−
29
Options
{% if form.errors %}
<p>
Username atau password yang Anda masukkan salah. Harap periksa ulang dan coba lagi.
</p>
{% endif %}
{% if next %}
{% if user.is_authenticated %}
<p>
Akun Anda tidak memiliki akses ke halaman ini. Silakan
gunakan akun yang memiliki akses.
</p>
{% else %}
<p>
Silakan login untuk melanjutkan.
</p>
{% endif %}
{% endif %}
<form
method=
"post"
action=
"{% url 'login' %}"
>
{% csrf_token %}
<table>
<tr>
<td>
{{ form.username.label_tag }}
</td>
<td>
{{ form.username }}
</td>
</tr>
<tr>
<td>
{{ form.password.label_tag }}
</td>
<td>
{{ form.password }}
</td>
</tr>
</table>
<input
type=
"submit"
value=
"login"
>
<input
type=
"hidden"
name=
"next"
value=
"/graphql"
>
</form>
\ No newline at end of file
Loading