Skip to main content

create

Function create 

Source
pub fn create(
    pool: &DbPool,
    username: &str,
    password: &str,
    is_admin: bool,
) -> Result<i64>
Expand description

Create a new user (admin only)