Add owner-assisted account recovery
verify / verify (push) Successful in 3m39s

This commit is contained in:
2026-09-03 23:56:42 -04:00
parent 59827bf641
commit 6f0b597943
12 changed files with 611 additions and 21 deletions
+2
View File
@@ -30,6 +30,7 @@ auth/password.go
auth/password_test.go
authrecovery/recovery.go
authrecovery/recovery_test.go
authrecovery/assisted_test.go
auth/service_test.go
authhttp/authhttp.go
authhttp/authhttp_test.go
@@ -40,6 +41,7 @@ authsqlite/store_test.go
authsqlite/account.go
authsqlite/account_test.go
authsqlite/access.go
authsqlite/assisted_recovery.go
authsqlite/bootstrap.go
authsqlite/bootstrap_test.go
authsqlite/organizations.go