Installation binary first part.
This commit is contained in:
@@ -182,10 +182,6 @@ description = "Sales Team"
|
||||
name = "support"
|
||||
description = "Support Team"
|
||||
|
||||
[[directory."local".groups]]
|
||||
name = "superusers"
|
||||
description = "Superusers"
|
||||
|
||||
[oauth]
|
||||
key = "parerga_und_paralipomena"
|
||||
oauth.auth.max-attempts = 1
|
||||
|
||||
@@ -50,10 +50,14 @@ const DIRECTORY: &str = r#"
|
||||
[directory."local"]
|
||||
type = "memory"
|
||||
|
||||
[directory."local".options]
|
||||
superuser-group = "superusers"
|
||||
|
||||
[[directory."local".users]]
|
||||
name = "admin"
|
||||
description = "Superuser"
|
||||
secret = "secret"
|
||||
member-of = ["superusers"]
|
||||
|
||||
"#;
|
||||
|
||||
|
||||
@@ -53,10 +53,14 @@ const DIRECTORY: &str = r#"
|
||||
[directory."local"]
|
||||
type = "memory"
|
||||
|
||||
[directory."local".options]
|
||||
superuser-group = "superusers"
|
||||
|
||||
[[directory."local".users]]
|
||||
name = "admin"
|
||||
description = "Superuser"
|
||||
secret = "secret"
|
||||
member-of = ["superusers"]
|
||||
|
||||
"#;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user