diff options
| author | Barry Warsaw | 2014-12-12 19:37:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-12 19:37:05 -0500 |
| commit | e3e8b9215abb85b44fce001311332c2f7772e4bd (patch) | |
| tree | 479d1ea54753eec4b436abd04e390c9b326cb7f0 /src/mailman/model/user.py | |
| parent | b2f93dd974304b3d640523d67b5503ce2fe28ce8 (diff) | |
| download | mailman-e3e8b9215abb85b44fce001311332c2f7772e4bd.tar.gz mailman-e3e8b9215abb85b44fce001311332c2f7772e4bd.tar.zst mailman-e3e8b9215abb85b44fce001311332c2f7772e4bd.zip | |
Diffstat (limited to 'src/mailman/model/user.py')
| -rw-r--r-- | src/mailman/model/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/user.py b/src/mailman/model/user.py index ab581fdc8..abba68589 100644 --- a/src/mailman/model/user.py +++ b/src/mailman/model/user.py @@ -56,7 +56,7 @@ class User(Model): id = Column(Integer, primary_key=True) display_name = Column(Unicode) - _password = Column('password', LargeBinary) + _password = Column('password', Unicode) _user_id = Column(UUID, index=True) _created_on = Column(DateTime) |
