mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Add principal memberships to allow group accounts
This commit is contained in:
@@ -35,6 +35,10 @@ pub fn cmd_gen_config(_args: GenConfigArgs) -> anyhow::Result<()> {
|
||||
app_tokens: vec![
|
||||
"generate an app token hash with rustical pwhash --algorithm pbkdf2".to_owned(),
|
||||
],
|
||||
memberships: vec![
|
||||
"Here you can specify other principals this principal should be a member of"
|
||||
.to_owned(),
|
||||
],
|
||||
}],
|
||||
}),
|
||||
data_store: DataStoreConfig::Sqlite(SqliteDataStoreConfig {
|
||||
|
||||
Reference in New Issue
Block a user