~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/user-password-change.html

  • Committer: William Grant
  • Date: 2009-06-29 10:34:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1324.
  • Revision ID: grantw@unimelb.edu.au-20090629103447-08u15t2ux64pv544
Add a view for admins to reset other users' passwords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        </table>
30
30
        <p py:if="error" py:content="error" />
31
31
        <p><input type="submit" value="Change password" /></p>
 
32
        <p py:if="req.user.admin">
 
33
          Admins may also
 
34
          <a href="/~${user.login}/+resetpassword">reset passwords</a> 
 
35
          without knowledge of the old one.
 
36
        </p>
32
37
      </form>
33
38
    </div>
34
39
  </body>