Merge pull request #506 from learningobjectsinc/doc-fix-login-default
$login parameter in server/role.pp defaults to true. doc says false.
This commit is contained in:
commit
eb96a85873
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ Whether to grant the ability to create new databases with this role. Defaults to
|
|||
Whether to grant the ability to create new roles with this role. Defaults to `false`.
|
||||
|
||||
####`login`
|
||||
Whether to grant login capability for the new role. Defaults to `false`.
|
||||
Whether to grant login capability for the new role. Defaults to `true`.
|
||||
|
||||
####`inherit`
|
||||
Whether to grant inherit capability for the new role. Defaults to `true`.
|
||||
|
|
Loading…
Reference in a new issue