Changeset 38843de
- Timestamp:
- Jan 25, 2013, 6:37:47 PM (13 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/migrations/0004_socket_auth_password.py
r39bd19e r38843de 10 10 def forwards(self, orm): 11 11 "Write your forwards methods here." 12 issues = orm['auth.user'].objects.filter(password__in=['', 'S criptsSSLAuth'])12 issues = orm['auth.user'].objects.filter(password__in=['', 'SocketAuth']) 13 13 issues.update(password=UNUSABLE_PASSWORD) 14 14
Note: See TracChangeset
for help on using the changeset viewer.