From ac664eddf3b3d36276b18736ef953ee138f91cac Mon Sep 17 00:00:00 2001 From: reddishquill371 Date: Wed, 23 Oct 2024 18:12:27 -0500 Subject: [PATCH 1/4] worked on forgot password page --- static/forgotpassword.css | 47 ++++++++++++++++++++++++++++++++++++++ static/forgotpassword.html | 22 +++++++++++++++++- static/register.html | 2 +- 3 files changed, 69 insertions(+), 2 deletions(-) diff --git a/static/forgotpassword.css b/static/forgotpassword.css index e69de29..cf481db 100644 --- a/static/forgotpassword.css +++ b/static/forgotpassword.css @@ -0,0 +1,47 @@ +:root { + --utsa-orange: #f15a22; + --utsa-blue: #0c2340; +} + +html { + background-color: var(--utsa-orange); +} + +#rform { + border-radius: 10px; + border: solid var(--utsa-orange) 2px; + margin: 100px; + padding: 30px; + background-color: white; +} + +#formbg { + background-color: var(--utsa-orange); +} + +#h3bg { + background-color: var(--utsa-blue); +} + +h3 { + border-radius: 10px; + padding: 20px; + margin: 10px; + background-color: var(--utsa-blue); + color: var(--utsa-orange); + font-size: 40px; + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.form-label { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.form-control { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.form-text { + padding: 3px; + font-family: Verdana, Geneva, Tahoma, sans-serif; +} \ No newline at end of file diff --git a/static/forgotpassword.html b/static/forgotpassword.html index cf8c163..6051400 100644 --- a/static/forgotpassword.html +++ b/static/forgotpassword.html @@ -10,6 +10,26 @@ - +

UTSA Place

+
+
+
+ Forgot Password +
+

+
+ + +
Enter your email and we will send you a 6-digit recovery code.
+
+ +
+
+ + Click here to go back to login. + +
+
+
\ No newline at end of file diff --git a/static/register.html b/static/register.html index 2a566b3..5de67c3 100644 --- a/static/register.html +++ b/static/register.html @@ -35,7 +35,7 @@

- + From 09602d48f1c3e1114045446f4cc3c4b5f4926777 Mon Sep 17 00:00:00 2001 From: reddishquill371 Date: Wed, 23 Oct 2024 18:26:12 -0500 Subject: [PATCH 2/4] reverted unnecessary changes to register.html --- static/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/register.html b/static/register.html index 5de67c3..2a566b3 100644 --- a/static/register.html +++ b/static/register.html @@ -35,7 +35,7 @@

- + From 502a87ef2458b4a44a2a0ee0529b7ab6bcb552a9 Mon Sep 17 00:00:00 2001 From: reddishquill371 Date: Wed, 23 Oct 2024 18:32:02 -0500 Subject: [PATCH 3/4] added links for forgotpassword page and confirmation page --- static/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/index.html b/static/index.html index 66c10d2..21eff23 100644 --- a/static/index.html +++ b/static/index.html @@ -20,6 +20,12 @@
  • Login
  • +
  • + Forgot Password +
  • +
  • + Confirmation +
  • Log Out
  • From 2bc52182f70e9cc80a685bcfb22c054120b3bd6e Mon Sep 17 00:00:00 2001 From: th3keyboard Date: Wed, 23 Oct 2024 18:39:57 -0500 Subject: [PATCH 4/4] email confirm bootstrap, placeholder for sending email again to user added --- static/confirmation.css | 12 +++++++++++- static/confirmation.html | 23 ++++++++++++++++------- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/static/confirmation.css b/static/confirmation.css index 72da6ed..a3ddfeb 100644 --- a/static/confirmation.css +++ b/static/confirmation.css @@ -2,4 +2,14 @@ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; -} \ No newline at end of file +} + + +html { + background-color: black; +} +/* + + lol + + */ \ No newline at end of file diff --git a/static/confirmation.html b/static/confirmation.html index 0c87b26..e4506a0 100644 --- a/static/confirmation.html +++ b/static/confirmation.html @@ -1,5 +1,5 @@ - + @@ -7,16 +7,25 @@ UTSA Placeholders - + -
    -
    - Check your email for a 6 digit code and enter it below. + +
    + Check your email for a 6-digit code and enter it below.
    -
    - +
    + +
    + +
    + +
    + +