Changeset 459 for web


Ignore:
Timestamp:
07/30/12 01:04:20 (12 years ago)
Author:
nanardon
Message:
  • the login is the email
Location:
web/root/templates/html/login
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • web/root/templates/html/login/create.tt

    r218 r459  
    44<p>Create a new user:</p> 
    55<form action="[% c.uri_for('/login/create') %]"> 
    6     <label for="username">Username:</label> 
     6    <label for="username">Email:</label> 
    77        <input type="text" id="username" name="username" value="[% c.req.param('username') %]"><br> 
    88    <label for="password">Password:</label> <input id="password" type="password" name="password"><br> 
  • web/root/templates/html/login/index.html

    r211 r459  
    44<form action="[% c.uri_for('/login') %]" method="POST"> 
    55    <p>Authenticate to Sophie:</p> 
     6    [% IF error %] 
     7    <p>[% error | html %]</p> 
     8    [% END %] 
    69    <label for="username">Login:</label> <input type="text" id="username" name="username" value="[% c.req.param('username') %]"><br> 
    710    <label for="passowrd">Password:</label> <input id="password" type="password" name="password" value=""><br> 
Note: See TracChangeset for help on using the changeset viewer.