Ignore:
Timestamp:
17 Dec 2011, 18:47:57 (13 years ago)
Author:
Henrik Bettermann
Message:

Send email with credentials (including random password) after successful registration instead of redirecting to to a success page. Tests will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantregister.pt

    r7361 r7365  
    3838        </tr>
    3939      </tal:block>
    40       <tr>
    41         <td class="label"><label i18n:translate="">Password:</label></td>
    42         <td>
    43           <input name="password" type="password"  />
    44         </td>
    45       </tr>
    46       <tr>
    47         <td class="label"><label i18n:translate="">Retype password:</label></td>
    48         <td>
    49           <input name="control_password" type="password" />
    50         </td>
    51       </tr>
    52       <tr>
     40      <tr tal:condition="view/captcha_code">
    5341        <td i18n:translate="">
    5442          Please solve the captcha<br />
    55           to prevent misuse of this service
     43          to prevent misuse of this service:
    5644        </td>
    5745        <td>
Note: See TracChangeset for help on using the changeset viewer.