aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/preferences_page.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/preferences_page.php')
-rw-r--r--templates/preferences_page.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/preferences_page.php b/templates/preferences_page.php
index bcb39b6..2744747 100644
--- a/templates/preferences_page.php
+++ b/templates/preferences_page.php
@@ -1,4 +1,7 @@
<?php call_template('skeleton', ['pageTitle' => __('preferences.pageTitle')], function () {
global $user, $saved;
call_template('preferences_form', ['user' => $user, 'saved' => $saved ?? false]);
+ ?>
+ <h2><?= __('changePassword.heading') ?></h2>
+ <?php call_template('change_password_form');
}); \ No newline at end of file