Kelv
Kelv
Prerequisite to migrating over all password related data from User to UserPassword table: This simplifies the relationship between User & UserPassword, and enables fewer app-level changes needed to maintain current...
Goals: * Migrate over all password related data from User to UserPassword table, ideally with zero downtime & full data consistency during migration * Maintain parts of User interface related...
This PR switches usage of yarn to pnpm - more details in https://meta.discourse.org/t/324521.
Follow up to https://github.com/discourse/discourse/pull/28746. I missed out trying to logging out and logging again with the new password after the test scenario I did in the original PR: > Expire...
Follows up on https://github.com/discourse/discourse/pull/28746 to drop password-related columns from the users table. These are now in the table user_passwords.
Icon canvases now have fixed width by default under FA7 (https://fontawesome.com/changelog) and this was previously applied with `fa-fw`. We should add `fa-width-auto` by default to our icons to maintain the...