[sagenb] 55/179: provide warning about URL when using openid

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit 621c53bf0b07311e9efc94e30adf0d7ed3a61d21
Author: P Purkayastha <ppurka at gmail.com>
Date:   Sun Mar 3 21:48:08 2013 +0800

    provide warning about URL when using openid
---
 sagenb/data/sage/html/login.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sagenb/data/sage/html/login.html b/sagenb/data/sage/html/login.html
index c16a1b3..a365421 100644
--- a/sagenb/data/sage/html/login.html
+++ b/sagenb/data/sage/html/login.html
@@ -99,6 +99,13 @@
     {% endif %}
     {% if openid %}
     <form method="post" action="/loginoid" id="openid"></form>
+    <div style="display: block; text-align: justify; color: #333;
+               border: 1px solid #333; border-radius: 3px;">
+        <strong>Note: </strong>
+        If you are a returning user, please use the exact same URL for
+        this notebook server as you used to log in previously. For example,
+        do not use www.sagenb.org if you used sagenb.org earlier.
+    </div>
     {% endif %}
     {% if creation_error %}
     <span style="color:red">{{ gettext('Error') }}: </span>{{ gettext('Creating new users is disabled by the administrator.') }}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list