Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11511 from koding/login-notice
Browse files Browse the repository at this point in the history
login notice update
  • Loading branch information
szkl committed Nov 4, 2018
2 parents 16f2e90 + 499066a commit 0e2f4c6
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/login.html
Expand Up @@ -14,24 +14,20 @@

<h1>PLEASE READ</h1>

{% if jekyll.environment == 'production' %}
{% assign login_path = 'https://koding.com/Teams/Select' %}
{% else %}
{% assign login_path = 'http://dev.koding.com:8090/Teams/Select' %}
{% endif %}

<form action="{{ login_path }}">
<form action="/">

<div class="SignupFieldset">
<h3 style="text-align: left; margin-top: 20px;">Dear User,</h3>
<h3 style="text-align: left; margin-top: 20px;">Hosted version of Koding will discontinue on <strong>October 31st, 2018</strong>. After that date, Koding is going to be available only as a self-managed installation.</h3>
<h3 style="text-align: left; margin-top: 20px;">Please back up your stack scripts before October 31st, 2018. You will not be able to login after that date.</h3>
<h3 style="text-align: left; margin-top: 20px; text-decoration: line-through;">Hosted version of Koding will discontinue on <strong>October 31st, 2018</strong>. After that date, Koding is going to be available only as a self-managed installation.</h3>
<h3 style="text-align: left; margin-top: 20px;">Koding is now available only as a self-managed installation.</h3>
<h3 style="text-align: left; margin-top: 20px;">If you need a hosted solution, you can check out <a style="font-size: inherit;" href="https://codeanywhere.com"><strong>codeanywhere.com</strong></a>.</h3>
<!-- <h3 style="text-align: left; margin-top: 20px;">Please back up your stack scripts before October 31st, 2018. You will not be able to login after that date.</h3> -->
<h3 style="text-align: left; margin-top: 20px;">If you'd like to continue using Koding, follow these steps <a style="font-size: inherit;" target="_blank" href="{{ site.repository }}#koding"><strong>here</strong></a> to setup your own instance.</h3>
</div>

<div class="SignupFieldset">
<div class="submit">
<button type="submit">CONTINUE TO LOGIN</button>
<button type="submit">BACK</button>
</div>
</div>

Expand Down

0 comments on commit 0e2f4c6

Please sign in to comment.