Skip to content

Commit

Permalink
Fix encrypted definition in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 3, 2015
1 parent 5714ca3 commit 28b26b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/users.rnc
Expand Up @@ -8,7 +8,7 @@ login_settings =
element login_settings {
autologin_user?, password_less_login?
}
}

autologin_user = element autologin_user { text }
password_less_login = element password_less_login { BOOLEAN }

Expand All @@ -18,7 +18,7 @@ groups =
gr_group*
}
gr_group = element group {
element encrypted { text }? &
encrypted? &
element group_password { text }? &
element groupname { text }? &
element userlist { text }? &
Expand Down

0 comments on commit 28b26b8

Please sign in to comment.