diff --git a/app/templates/users/claim.html b/app/templates/users/claim.html index f4333d9a..4f576e87 100644 --- a/app/templates/users/claim.html +++ b/app/templates/users/claim.html @@ -1,44 +1,46 @@ {% extends "base.html" %} {% block title %} -Verify forum account +Creating an Account {% endblock %} {% block content %}
- Create an account by linking it to your forum account and optionally - your github account. -
- - {% if current_user.is_authenticated %} +- Please log out to continue. -
-- Logout -
- {% else %} -- Don't have a forum account? - Unfortunately, you need a forum account to register. - This is because you also need to create forum topics for any packages - you may upload. + If you have a forum account, you'll need to prove that you own it + to get an account on ContentDB. You don't need a forum account to sign + up however.
- - Create a Forum Account - - {% endif %} + {% if current_user.is_authenticated %} ++ Please log out to continue. +
++ Logout +
+ {% else %} ++ Don't have a forum account? + You don't need one, however it's recommended to make the most + out of the Minetest community. +
+ + + Create a Forum Account + + {% endif %} +