Skip to content

Commit

Permalink
simplify and move stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
beckpaul committed Jan 11, 2024
1 parent 38794c6 commit dd4852b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
18 changes: 7 additions & 11 deletions src/backend/templates/views/account/register.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,19 @@ block content

hr
h3
strong Lost account / returning player
strong
a(
href='/account/requestPasswordReset',
target='_blank'
) Lost Account or Returning Player
p Creating and operating multiple accounts is prohibited.
p If you have a FAF account you can no longer access, please attempt to 
a(
href='https://help.steampowered.com/en/wizard/HelpWithLoginInfo?reset=1&issueid=408',
target='_blank'
) reset your Steam password.
p For further assistance, contact the moderation team via 
a(href=discordUrl, target='_blank') Discord
|
| or the 
a(href=forumUrl, target='_blank') Forums.
form(
method='post',
action='/account/register',
data-toggle='validator'
)
h2
strong New Players
+username
br
br
Expand Down
7 changes: 6 additions & 1 deletion src/backend/templates/views/account/requestPasswordReset.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block bannerData
- var bannerSubTitle = ''

block content
.passResetContainer
.containerCenter
.flashMessage.column12
+flash-error(errors)
.passResetEmail.column12
Expand All @@ -33,6 +33,11 @@ block content
br
p We will send you an email to your accounts email address containing a link. The link will lead you to a page where you can set your new password.
p If you don't receive an email please check your spam folder!
p For further assistance, contact the moderation team via 
a(href=discordUrl, target='_blank') Discord
|
| or the 
a(href=forumUrl, target='_blank') Forums.
br
.recaptchaForm
label.column12
Expand Down

0 comments on commit dd4852b

Please sign in to comment.