doc:a dded note on the account verification

This commit is contained in:
silver 2023-06-04 22:07:49 +01:00
parent 2e3578bae7
commit c11b520c77

View file

@ -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<State>) -> tide::Result {
let LdapNewUserVerify {
auth_code,