kartikynwa
kartikynwa
This is the fix I am using temporarily: ```diff diff --git a/crates/api_crud/src/site/create.rs b/crates/api_crud/src/site/create.rs index 2a51309a4..8252e299a 100644 --- a/crates/api_crud/src/site/create.rs +++ b/crates/api_crud/src/site/create.rs @@ -81,6 +81,7 @@ impl PerformCrud for CreateSite { data...
@samifinge Yeah it should fix that too. :)
Filed https://github.com/LemmyNet/lemmy/pull/3372
@RocketDerp ``` UPDATE local_user lu SET totp_2fa_url=NULL, totp_2fa_secret=NULL FROM person p WHERE lu.person_id=p.id AND p.name='username' ``` I am typing from phone so just double check the query first.
@RocketDerp since it is running 0.18.0 it should have 2fa
The URI can have `?algorithm=SHA256` param to specify the algorithm.
This looks interesting. What do you use this for personally?