aboutsummaryrefslogtreecommitdiff
path: root/views/password.ejs
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-06 15:37:40 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-06 15:37:40 -0400
commit2b60e8ea732fe314ff5256f2aa33012885901581 (patch)
treea7f0ba63891d731fcfd8000c15259554e5075cb5 /views/password.ejs
parentc1ca4c1fb14e674385dbcf96e57082a2ab3d427e (diff)
downloadfreeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.tar.gz
freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.tar.bz2
freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.zip
Server name no longer hardcoded; Logo now configurable; Password api change
Diffstat (limited to 'views/password.ejs')
-rw-r--r--views/password.ejs5
1 files changed, 1 insertions, 4 deletions
diff --git a/views/password.ejs b/views/password.ejs
index 29f399a..9af672f 100644
--- a/views/password.ejs
+++ b/views/password.ejs
@@ -4,16 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
- <title>bnbSO Change Password</title>
+ <title><%= serverName %> Change Password</title>
</head>
<body>
<div class="background"></div>
<div class="container">
<h1>Change Password</h1>
- <p>If you have issues changing your password, ask the server operator to reset your password.</p>
<form method="post" action="/password/change">
- <label for="currentpassword">Current Password:</label>
- <input type="password" id="currentpassword" name="currentpassword">
<label for="newpassword">New Password:</label>
<input type="password" id="newpassword" name="newpassword">
<label for="newpassword2">Confirm New Password:</label>