Changeset 38843de


Ignore:
Timestamp:
Jan 25, 2013, 6:37:47 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
f301a50
Parents:
39bd19e
git-author:
Alex Dehnert <adehnert@…> (01/25/13 18:37:21)
git-committer:
Alex Dehnert <adehnert@…> (01/25/13 18:37:47)
Message:

Whoops, SocketAuth? not ScriptsSSLAuth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/migrations/0004_socket_auth_password.py

    r39bd19e r38843de  
    1010    def forwards(self, orm):
    1111        "Write your forwards methods here."
    12         issues = orm['auth.user'].objects.filter(password__in=['', 'ScriptsSSLAuth'])
     12        issues = orm['auth.user'].objects.filter(password__in=['', 'SocketAuth'])
    1313        issues.update(password=UNUSABLE_PASSWORD)
    1414
Note: See TracChangeset for help on using the changeset viewer.