Seems like a problem with the notebook; not with the browser. It has probably never worked as intended! On Jul 25, 2014 3:18 PM, <[email protected]> wrote:
> Hello! > > On Thu, 24 Jul 2014 15:39:53 -0700 (PDT) > P Purkayastha <[email protected]> wrote: > > > You can add a warning to the file (based on your error, I am giving > > the file path): > > > > /usr/lib64/python2.7/site-packages/sagenb/data/sage/html/login.html > > > > Find the lines > > > > <div id="sign-in-box"> > > <h2>Sign into the Sage Notebook v{{ sage_version }}</h2> > > > > and append the following warning below it > > <span style="color: red;">Note that the user name is case > > sensitive.</span> > > > Thank you for this hint. Now it draws the user's attention to the > username letters. However: > > > You can also modify the lines: > > {% if username_error %} > > <span style="color:red">{{ gettext('Error') }}: </span>{{ > > gettext('Username is not in the system') }} > > > > and modify the error to be like > > > > gettext('Username is not in the system. Note that the username is > > case sensitive') > > > I also added this text, but it does not show up on the web page if I > enter a wrong username. My browser just shows me "Error code 500" and > no text about incorrect username. Is it the problem with the Notebook > or a browser? > > Thanks! > Vladimir > > ----- > <[email protected]> > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
