Function db_core::tests::email_register_works [−][src]
pub async fn email_register_works<T: LibAdminDatabase>(
db: &T,
email: &str,
username: &str,
password: &str,
secret: &str,
username2: &str
)Expand description
test email registration implementation