From 12669097d86af780fdf4bec629aa81ba15b7c116 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 24 Dec 2024 17:03:01 -0500 Subject: No longer using email, using discord usernames as email, check if discord id exists in db --- views/password.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/password.ejs') diff --git a/views/password.ejs b/views/password.ejs index 2e24399..f66b60b 100644 --- a/views/password.ejs +++ b/views/password.ejs @@ -10,7 +10,8 @@
logo -

Login

+

Change Password

+

If you have issues changing your password, ask the server operator to change your password.

@@ -18,7 +19,6 @@
- Forgot Password <% if (typeof error !== 'undefined') { %>
<%= error %>
<% } %> -- cgit v1.2.3