openauth-plugins 0.0.3

Official OpenAuth plugin modules.
Documentation
1
2
3
4
5
6
7
//! Error constants for the Have I Been Pwned plugin.

pub const PASSWORD_COMPROMISED_CODE: &str = "PASSWORD_COMPROMISED";
pub const PASSWORD_COMPROMISED_MESSAGE: &str =
    "The password you entered has been compromised. Please choose a different password.";

pub const CHECK_FAILED_MESSAGE: &str = "Failed to check password. Please try again later.";