From b2748a5c55255014d5d5ea02fec38c4125e08e25 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 28 Dec 2024 13:09:27 -0500 Subject: Ability to change password; Sim time on dashboard --- views/dashboard.ejs | 42 +++++++++++++++++++++++++++++++++++++----- views/error.ejs | 4 ++-- views/index.ejs | 6 +++--- views/password.ejs | 22 +++++++++++++--------- views/register.ejs | 5 +++-- views/success.ejs | 7 ++++--- 6 files changed, 62 insertions(+), 24 deletions(-) (limited to 'views') diff --git a/views/dashboard.ejs b/views/dashboard.ejs index 1c7996b..b7c82d5 100644 --- a/views/dashboard.ejs +++ b/views/dashboard.ejs @@ -9,12 +9,44 @@
- logo + logo

Welcome, <%= username %>!

-

FreeSO Username: <%= fso_username %>

- Change Password - Download bnbSO Client +

bnbSO Username: <%= fso_username %>

+

+ Change Password + Download bnbSO Client Logout
+ - \ No newline at end of file + diff --git a/views/error.ejs b/views/error.ejs index dc138e6..b867d30 100644 --- a/views/error.ejs +++ b/views/error.ejs @@ -9,9 +9,9 @@
- logo + logo

Oh no! Something went wrong!

<%= error %>

- \ No newline at end of file + diff --git a/views/index.ejs b/views/index.ejs index e786bd3..7a9b8a4 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -9,10 +9,10 @@
- logo + logo

Log into your Discord account to get access to bnbSO.

You must be a bits & Bytes member.

- Login with Discord + Login with Discord
- \ No newline at end of file + diff --git a/views/password.ejs b/views/password.ejs index f66b60b..8033aae 100644 --- a/views/password.ejs +++ b/views/password.ejs @@ -9,18 +9,22 @@
- logo + logo

Change Password

-

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

-
- - - - - +

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

+ + + + + + + +
+ Dashboard <% if (typeof error !== 'undefined') { %>
<%= error %>
<% } %> +
- \ No newline at end of file + diff --git a/views/register.ejs b/views/register.ejs index f417f82..d54013d 100644 --- a/views/register.ejs +++ b/views/register.ejs @@ -9,7 +9,7 @@
- logo + logo

Welcome to bnbSO!

You will be sending the following information to register your bnbSO account

Please verify that the following information is correct. You can only change your username once.

@@ -25,5 +25,6 @@ <% if (typeof error !== 'undefined') { %>
<%= error %>
<% } %> +
- \ No newline at end of file + diff --git a/views/success.ejs b/views/success.ejs index 2ec9771..f87ea2f 100644 --- a/views/success.ejs +++ b/views/success.ejs @@ -9,9 +9,10 @@
- logo -

Created account successfully!

+ logo +

Success!

+

<%= success %>

Dashboard
- \ No newline at end of file + -- cgit v1.2.3