From c11b520c7789b1be9df66b6f956bce02406f6c74 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 4 Jun 2023 22:07:49 +0100 Subject: [PATCH] doc:a dded note on the account verification --- src/methods/account_new.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/methods/account_new.rs b/src/methods/account_new.rs index fb86918..bec09d7 100644 --- a/src/methods/account_new.rs +++ b/src/methods/account_new.rs @@ -168,6 +168,8 @@ pub struct LdapNewUserVerify { auth_code: String, password: String, } + +/// Handles the verification that a user has access to the email pub async fn post_new_account_confirmation(mut req: Request) -> tide::Result { let LdapNewUserVerify { auth_code,