yon
committed
on 02 May 02
fix count query to check contents :)
openacs-4/.../user/password-update.adp (+0 -2)
1 1 <master>
2 2 <property name="title">Update Password</property>
3 3
4 4 <h2>Update Password</h2>
5 5
6 6 for @first_names@ @last_name@ in @site_link@
7 7
8 8 <hr>
9 9
10   <p>@locals@</p>
11  
12 10 <form method="post" action="password-update-2">
13 11   <input type="hidden" name="user_id" value="@user_id@">
14 12   <input type="hidden" name="return_url" value="@return_url@">
15 13
16 14 <table>
17 15
18 16 <if @admin_p@ false and @password_old@ eq "">
19 17   <tr>
20 18     <th>Current Password:</th>
21 19     <td><input type="password" name="password_old" size="15"></td>
22 20   </tr>
23 21 </if>
24 22 <else>
25 23   <input type="hidden" name="password_old" value=@password_old@>
26 24 </else>
27 25
28 26   <tr>
29 27     <th>New Password:</th>
30 28     <td><input type="password" name="password_1" size="15"></td>
31 29   </tr>