Serve avatar locally rather than through Libravatar, it'll perform better and doesn't require the image's size to be messed with
This commit is contained in:
parent
20470aa852
commit
c517baac1c
6 changed files with 3 additions and 11 deletions
|
@ -3,6 +3,7 @@ User
|
|||
password Text maxlen=79
|
||||
fullName Text maxlen=500
|
||||
email Text maxlen=190
|
||||
avatar Text maxlen=190
|
||||
note Text sqltype=mediumtext
|
||||
UniqueUser username
|
||||
UniqueEmail email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue