Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition - Secondary account disclaimer #535

Merged
4 changes: 4 additions & 0 deletions src/backend/templates/views/account/register.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ block content
br
+flash-messages(flash)

hr
h3 Lost account / returning player
p If you previously had a FAF account you no longer can get access to, please contact the moderation team via discord or forums, or see if you can reset your password using the Steam API. Note that creating and operating multiple accounts is prohibited, and creating a secondary account could lead to moderation action.
beckpaul marked this conversation as resolved.
Show resolved Hide resolved

form(
method='post',
action='/account/register',
Expand Down