Skip to content
Snippets Groups Projects
Commit d12da998 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'mggmuggins/usersv2' into 'master'

Update redox-users v0.2: Shadowfile support

See merge request redox-os/orbutils!47
parents 00622ac4 06a43c92
No related branches found
Tags 4.0.3
No related merge requests found
......@@ -60,7 +60,7 @@ orbimage = "0.1"
orbtk = { git = "https://gitlab.redox-os.org/redox-os/orbtk.git" }
tendril = "0.4"
url = "1.5"
redox_users = "0.1"
redox_users = "0.2"
[dependencies.hyper]
version = "0.10"
......
......@@ -78,7 +78,7 @@ fn find_scale(image: &Image, mode: BackgroundMode, display_width: u32, display_h
fn login_command(username: &str, pass: &str, launcher_cmd: &str, launcher_args: &[String]) -> Option<Command> {
let sys_users = match AllUsers::new() {
let sys_users = match AllUsers::new(true) {
Ok(users) => users,
// Not maybe the best thing to do...
Err(_) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment