last account name

alpha
alex 2023-02-23 22:44:52 +01:00
parent 94f60af040
commit feeb6b2903
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ type User struct {
Username string
AccountName string
AccountNameLc string // Account name as lowercase format to search for it in the database, because the account name may only exist once, regardless of the spelling of the individual letters
AccountNameUpdatedAt int64
LastAccountNameLc string // Contains the last account name to allow the user to change the account name back to the old name
AccountNameUpdatedAt int64
Email string
Password string
Description string