Changeset 5675 for DASISH


Ignore:
Timestamp:
09/25/14 13:33:07 (10 years ago)
Author:
olhsha@mpi.nl
Message:

hiding passwords while registering. Some minor index.jsp cosmetics

Location:
DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/index.jsp

    r5674 r5675  
    2727       
    2828        <br>
    29         <%
    30         String schemaLocation = application.getInitParameter("eu.dasish.annotation.backend.schemaLocation");
    31         System.out.println(schemaLocation);
    32         %>
    3329        <a href=<%=application.getInitParameter("eu.dasish.annotation.backend.schemaLocation")%> > Get DASISH schema</a> <br>
    34         <br>
     30        <br>
     31        <br>
     32        <a href="registerNonShibbolethPrincipal.html"> Register a user for basic authentication logging-in</a><br>
    3533        <a href="registerShibbolethPrincipal.html"> Register a shibboleth user</a> <br>
     34        <br>
    3635        <br>
    3736        <a href="api/authentication/login"> login  </a> <br>
     
    4544        <br>
    4645        <a href="changePermissions.html"> Change access mode for a user and an annotation </a><br>
    47         <br>
    48         <br>
    4946        <a href="publicAccess.html"> Change public access mode for an annotation </a> <br>
    5047        <br>
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/registerNonShibbolethPrincipal.html

    r5014 r5675  
    4040                        <tr>
    4141                            <td>Choose password:</td>
    42                             <td><input type="text" name="password" id="password"/></td>
     42                            <td><input type="password" name="password" id="password"/></td>
    4343                        </tr>
    4444                        <tr>
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/registerShibbolethAlsoAsNonShibboleth.html

    r5014 r5675  
    3737                        <tr>
    3838                            <td>Choose password:</td>
    39                             <td><input type="text" name="password" id="password"/></td>
     39                            <td><input type="password" name="password" id="password"/></td>
    4040                        </tr>
    4141                       
Note: See TracChangeset for help on using the changeset viewer.