-
-
Notifications
You must be signed in to change notification settings - Fork 313
User table column cleanup 🧹 #3209
Copy link
Copy link
Open
Description
Cleanup:
- delete
reputation - delete
warning_points - delete
avatar_updated(we can pass the current epoch in the one place we use it) - delete
tfa_type(we planned to add email tfa support, but this is strongly regarded as a terrible tfa method) - rename
lastiptolast_ip - rename
is_bannedtobanned - rename
theme_idtotemplate_id - rename
night_modetodark_mode - rename
pass_methodtopassword_method
Bonus:
- create
nl2_users_metakey/value table so modules can attach specific information to users without cluttering thenl2_userstable more, or creating their own table for the purposereputationandtopic_updatescould be moved here (to make the table not include column from Forum module)- instead of setting
password_methodto'enjin-import'to determine if a user has been imported from Enjin, we could attach some meta likeenjin-importedtotrue
- (maybe) create
nl2_users_tfato cleanup thenl2_userstable more, since tfa accounts for 4 columns
Reactions are currently unavailable