[][src]Function ravenlib::ravenserver::create_user

pub fn create_user(
    name: impl Into<String>,
    pass: impl Into<String>,
    pass2: impl Into<String>
) -> Result<bool>

Creates a user with the given name and password. Pass and pass2 must match, or function will return false.