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:
Hunter Haugen 2014-10-02 10:21:08 -07:00
commit eb96a85873

View file

@ -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`.