Ignore:
Timestamp:
15 Nov 2011, 11:13:38 (13 years ago)
Author:
Henrik Bettermann
Message:

Don't use a general StudentBaseEditFormPage? for students, use dedicated forms instead for password editing and file upload. The files upload page is only used for the passport picture in the base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_authentication.py

    r6818 r7114  
    55## $Id$
    66##
    7 ## Copyright (C) 2011 Uli Fouquet
     7## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
    88## This program is free software; you can redistribute it and/or modify
    99## it under the terms of the GNU General Public License as published by
     
    173173        self.assertRaises(
    174174            Unauthorized,
    175             self.browser.open, self.student_path + '/bedit')
     175            self.browser.open, self.student_path + '/change_password')
    176176        return
Note: See TracChangeset for help on using the changeset viewer.