Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
21b67433
Verified
Commit
21b67433
authored
3 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Remove unrelated changes
parent
4720061e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!450
User invitations
Pipeline
#45605
failed
3 years ago
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/core/templates/account/password_change.html
+14
-22
14 additions, 22 deletions
aleksis/core/templates/account/password_change.html
aleksis/core/templates/account/password_reset_from_key_done.html
+3
-5
3 additions, 5 deletions
.../core/templates/account/password_reset_from_key_done.html
with
17 additions
and
27 deletions
aleksis/core/templates/account/password_change.html
+
14
−
22
View file @
21b67433
...
...
@@ -3,29 +3,21 @@
{% load i18n material_form %}
{% block browser_title %}{% trans "Change password" %}{% endblock %}
{% block
no_
page_title %}{% endblock %}
{% block page_title %}{%
trans "Change password" %}{%
endblock %}
{% block content %}
<div
class=
"row"
>
<div
class=
"col m1 l2 xl3"
></div>
<div
class=
"col s12 m10 l8 xl6"
>
<div
class=
"card"
>
<form
method=
"post"
action=
"{% url 'account_change_password' %}"
>
<div
class=
"card-content"
>
<div
class=
"card-title"
>
{% trans "Change password" %}
</div>
{% csrf_token %}
{% form form=form %}{% endform %}
</div>
<div
class=
"card-action-light"
>
{% trans "Change password" as caption %}
{% include "core/partials/save_button.html" with caption=caption icon="priority_high" %}
<a
href=
"{% url "
account_reset_password
"
%}"
class=
"btn-flat right waves-effect waves-light"
>
{% trans "Reset password" %}
</a>
</div>
</div>
</form>
</div>
<div
class=
"alert warning"
>
<p>
<i
class=
"material-icons left"
>
warning
</i>
{% trans "Forgot your current password? Click here to reset it:" %}
<a
href=
"{% url 'account_reset_password' %}"
>
{% trans "Forgot Password?" %}
</a>
.
</p>
</div>
</div>
<form
method=
"post"
action=
"{% url 'account_change_password' %}"
>
{% csrf_token %}
{% form form=form %}{% endform %}
{% trans "Change password" as caption %}
{% include "core/partials/save_button.html" with caption=caption icon="priority_high" %}
</form>
{% endblock %}
This diff is collapsed.
Click to expand it.
aleksis/core/templates/account/password_reset_from_key_done.html
+
3
−
5
View file @
21b67433
...
...
@@ -9,13 +9,11 @@
<div
class=
"container"
>
<div
class=
"card green"
>
<div
class=
"card-content white-text"
>
<div
class=
"card-title"
>
<i
class=
"material-icons small left"
>
success
</i>
{% blocktrans %}Password changed{% endblocktrans %}
</div>
<div
class=
"material-icons small left"
>
success
</div>
<span
class=
"card-title"
>
{% blocktrans %}Password changed!{% endblocktrans %}
</span>
<p>
{% blocktrans %}
Your password is now changed
.
Your password is now changed
!
{% endblocktrans %}
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment