last account name

alpha v1.0.67
alex 2023-02-23 22:38:49 +01:00
parent c418a4429f
commit 94f60af040
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type User struct {
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
LastAccountName string // Contains the last account name to allow the user to change the account name back to the old name
LastAccountNameLc string // Contains the last account name to allow the user to change the account name back to the old name
Email string
Password string
Description string