mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +00:00
1dba94c9cb
* Combine prod and dev docker setups using build-arg - Fixes #2603 * Dont use cache for release build. * Adding 2FA / TOTP support. - Fixes #2363 * Changed name to totp_2fa for clarity. * Switch to sha256 for totp.
3 lines
109 B
SQL
3 lines
109 B
SQL
alter table local_user add column totp_2fa_secret text;
|
|
alter table local_user add column totp_2fa_url text;
|