Skip to content

Commit

Permalink
remove old messages about accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
nova committed Feb 1, 2024
1 parent b118c27 commit d0352bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions net/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
Signed in as <span id="user_info">{{ user.id }} / {{ user.get_profile.display_name }} / {{ user.username }} ({{ user.email }})</span> |
<a href="{% url 'signout' %}">Sign Out</a>
{% else %}
<span style="color:red;">NOTE:</span> signins should be working again... but read about
<a href="https://groups.google.com/forum/#!topic/astrometry/YzNu5AF103s">account migration.</a></span>&nbsp;
Not signed in |

<a href="{% url 'signin' %}">Sign In</a>
Expand Down
3 changes: 0 additions & 3 deletions net/templates/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{% extends 'dashboard/base.html' %}

{% block dashboard_content %}
<p>
We had to change our login system, so logins after March 16, 2016 appear as new accounts. If you want all of the images you have uploaded previously to appear in this new account, please <a href="mailto:[email protected]?subject=Connect%20Astrometry.net%20account%20{{user.id}}/{{user.username}}/{{user.email}}">Email us</a> with the old and new account names (eg, "I used to use google account [email protected] and now I'm using Twitter account @bobwob") and we'll connect it up. Thanks!
</p>
{% endblock %}

0 comments on commit d0352bd

Please sign in to comment.