Skip to content

Commit 3d785cc

Browse files
committed
Updating users repo
1 parent 9fa65e9 commit 3d785cc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ foxbox_taxonomy = { path = "components/taxonomy/" }
2929
openzwave-adapter = { path = "components/openzwave-adapter/", optional = true }
3030
tls = { path = "components/tls/" }
3131

32-
foxbox_users = { git = "https://github.com/ferjm/users.git", branch = "user.activation" }
32+
foxbox_users = { git = "https://github.com/fxbox/users.git", rev = "9edc24c" }
3333
iron-cors = { git = "https://github.com/fxbox/iron-cors.git", rev = "f397cd2" }
3434
multicast_dns = { git = "https://github.com/fxbox/multicast-dns.git", rev = "a6e4bcc" }
3535

components/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ features = ["ssl"]
1717

1818
[dependencies]
1919
clippy = "0.0.76"
20-
foxbox_users = { git = "https://github.com/ferjm/users.git", branch = "user.activation" }
20+
foxbox_users = { git = "https://github.com/fxbox/users.git", rev = "9edc24c" }
2121
hyper = "0.8.1"
2222
libc = "0.2.7"
2323
log = "0.3"

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ fn main() {
329329

330330
let manager = controller.get_users_manager().clone();
331331
manager.write().unwrap().setup_invitation_middleware(
332-
args.flag_email_server,
333-
invitation_prepath
332+
&args.flag_email_server,
333+
&invitation_prepath
334334
);
335335

336336
controller.run(&SHUTDOWN_FLAG);

0 commit comments

Comments
 (0)