Function db_core::tests::username_register_works[][src]

pub async fn username_register_works<T: LibAdminDatabase>(
    db: &T,
    username: &str,
    password: &str,
    secret: &str
)
Expand description

test username registration implementation