Ignore:
Timestamp:
19 Nov 2011, 23:03:49 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement PasswordValidator? global utility as suggested by Uli.

File:
1 edited

Legend:

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

    r7145 r7147  
    3333    student['studycourse'].previous_verdict = verdict
    3434    return
    35 
    36 def validatePassword(password):
    37     if len(password) < 4:
    38         return u'Value is too short.'
    39     return None
    4035
    4136# To be specified in customization packages, see also the view which
Note: See TracChangeset for help on using the changeset viewer.