Changeset 85 in code for trunk/db.go


Ignore:
Timestamp:
Mar 11, 2020, 6:09:32 PM (5 years ago)
Author:
contact
Message:

Add support for PASS to downstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/db.go

    r84 r85  
    1010type User struct {
    1111        Username string
    12         Password string
     12        Password string // hashed
    1313}
    1414
Note: See TracChangeset for help on using the changeset viewer.